jQWidgets Forums
Forum Replies Created
-
Author
-
September 30, 2014 at 10:08 pm in reply to: Getting TreeGrid to Refresh from Server Getting TreeGrid to Refresh from Server #60397
Has this been addressed in any new releases or is possibly going to be getting included in any future releases? This would be extremely helpful to have. Thanks!
September 24, 2014 at 7:04 pm in reply to: Window occasionally shows multiple images in close button area Window occasionally shows multiple images in close button area #60004Yes, the site.Master has the base css and each window has its own theme declaration. I’m running 3.4. I’m still trying to figure out what is exactly causing it to not work properly. It works as expected on some and not on others.
September 23, 2014 at 9:14 pm in reply to: Window occasionally shows multiple images in close button area Window occasionally shows multiple images in close button area #59945I can’t give too much of the code as it’s on another machine, but here’s the main parts of the window. It’s using UI Smoothness for the theme and the page includes the following js files:
jqx.ui-smoothness.css
jqxdata.js
jqxwindow.js
jqxtabs.js
jqxbuttons.js
jqxscrollbar.js$(#divWindow”).jqxWindow({ width:850, height:540, resizable: false, theme: ‘ui-smoothness’, isModal: true, autoOpen:false });
<div id=”divWindow”>
<div id=”divSubWindow”><div></div></div>
<div>
<table>
<tr>
<td><div></div></td>
</tr>
</table>
</div>
</div>September 22, 2014 at 8:00 pm in reply to: Window occasionally shows multiple images in close button area Window occasionally shows multiple images in close button area #59876I noticed that if I add the autoOpen:false, it does the error, if I don’t have that, it works as expected, just autoOpens, which I don’t want.
that worked perfect. Thanks, Jeremy
It clears it to the user, yes.
My issue is that I get the selected index, clear it, get the selected index again and they are the same.
Ex:
I default select the first item, index is 2
I clear the box….to the user, there is nothing selected
I get the selectedIndex and it shows an index of 2….how do I clear this out.I am trying to select a user, but after an action, I want to reset it. I can’t accomplish this when it won’t clear it out.
Thanks, Jeremy
That works as good. I had created a parent div and then on refresh, just recreated the div that housed the tabs. It was doing the same basic thing, but I like your example much better. Thanks, Jeremy
I wish the documentation would have had this…the documentation leaves a lot to be desired.
-
AuthorPosts