jQWidgets Forums
Forum Replies Created
-
Author
-
March 10, 2015 at 3:57 pm in reply to: Column Selecting and Highlighting Column Selecting and Highlighting #68296
OK, I found ‘showsortcolumnbackground’ and turned it off. That will work.
February 13, 2015 at 3:39 pm in reply to: Controlling the sort arrow Controlling the sort arrow #67095They do appear for the OTHER columns in my table. But for “Address” and “LastSaleDt” they don’t appear. And they do appear if I don’t do the second sort that is programmed in the event.
With any column, when you sort by another column, it seems to be standard behavior for the images disappear from the previously sorted column. I just want to override that behavior.
December 1, 2014 at 8:54 pm in reply to: Notification with appendContainer on Android Notification with appendContainer on Android #63606Well my first question got solved by accident. I just changed position:fixed to position:absolute.
Nevermind. Working with both open and close events solves this.
December 1, 2014 at 2:46 pm in reply to: The Notification appears BEHIND the splitter control The Notification appears BEHIND the splitter control #63590Yes, I had put a z-index: 1 on the splitter div for some reason.
Thanks
November 25, 2014 at 6:32 pm in reply to: Styling the selected item Styling the selected item #63306Thanks, I think I finally got it!
November 24, 2014 at 4:10 pm in reply to: Styling the selected item Styling the selected item #63224That is at design time. I would like to do it in the select event of your combo box.
This
$("#drawColor").jqxComboBox.style.background = backcolor; $("#drawColor").jqxComboBox.style.color = forecolor;
Doesn’t seem to work.
Brent
November 21, 2014 at 3:26 pm in reply to: Styling the selected item Styling the selected item #63143So, is there any way to alter the styling (background and foreground colors) of the control based on the ‘select’ event?
November 21, 2014 at 2:24 pm in reply to: Spin buttons on a short control Spin buttons on a short control #63141Thanks, that works nicely.
November 20, 2014 at 4:30 pm in reply to: Spin buttons on a short control Spin buttons on a short control #63096I figured it out that I need to change the background-position for the up and down arrows. However, this screws up the combo boxes. Is there a way to separate the two?
November 20, 2014 at 3:45 pm in reply to: Spin buttons on a short control Spin buttons on a short control #63091OK, it is the “jqwidgets/styles/jqx.ui-smoothness.css” theme that is doing it. I didn’t try changing the theme. Could you tell me which items in the ui-smoothness style sheet might be causing this issue?
OK, I have to reset the background-position as well.
I have this sample working.
But, if I want to use another style, like ui-smoothness, it doesn’t seem to work. Do I have to change everything in the style?
Do I have to create a new style (just to change one thing)? Even if I just substitute the URL in the style file, it won’t work. Am I stuck using base.css only if I want to change something?I have verified that I can see your (Or my) URL, but it only blanks out the icon and doesn’t replace the icon. I just copy/pasted what you have into my project. Is there a javascript that I have to include?
November 7, 2014 at 4:02 pm in reply to: Bringing a window to the front. Bringing a window to the front. #62395OK, I answered my own question. I should use the mouseup function instead of the mousedown.
-
AuthorPosts