jQWidgets Forums
Forum Replies Created
-
Author
-
thanks a lot Llorx.. this has been very helpful
April 12, 2017 at 5:50 pm in reply to: is this possible with data table is this possible with data table #92907this means that its not possible ?
April 10, 2017 at 7:11 pm in reply to: jqxslider with latest version jqxslider with latest version #92840sorry forgot to include html
<div id="bidAskSliderDiv" class="trdAcctSel"> <label id="lblMid" style="margin-left: 5px;line-height: 1.5em;">Mid</label> <div id="bidAskSliderHolder" style="float:left;display: inline-block;height: 25px;width:60%;margin-left: 10px;"> <div id="trdBidAskSlider"></div> </div> <label id="lblNat" style="float:left;line-height: 1.5em;">Nat</label> </div>
April 5, 2017 at 6:57 pm in reply to: issue with scrollbar and showrowdetails issue with scrollbar and showrowdetails #92702thanks for response.. setting scrollbar position works great..
April 4, 2017 at 2:46 pm in reply to: issue with scrollbar and showrowdetails issue with scrollbar and showrowdetails #92668sorry for link..
here is the one
http://jsfiddle.net/84jBX/157/
sometimes row is visible… but details is not completely visible.. would ensurerowvisible would take care of as well??
how do i get row index without using scrollmode:deffered when user is scrolling ? i read all the forum post that you provided..none of them has information..
sorry for confusion.. i will try to create example. my code is little complex.. after calling ‘clear’ method… i am setting data to the table..by calling
src.localdata = data.. then i am trying to ‘expand’ one of the group. but ‘group’ expanded event is not being called.. so my question is after setting data.. do i need to call table.jqxGrid(‘addgroup’, ‘header’).. then would my event works ??i was able to fix this..i was trying to set the ‘setcolumnindex’ starting 0.. but in grouping first column would be arrow column..and my column was trying to override that group expand/collapse icon. and thats why it was not working.. by setting index starting from 1.. everything is working..
this should have mentioned in documentation somewhere.
thanks for help.
then how can i keep 3 tables in synch ? i mean i want to keep scrollbars in synch..i am trying to do this in scrollfeedback (as suggested) but then it is not working with expand of group ??
i am loosing ‘groupexpand’ and ‘groupcollapse’ event.. when i call ‘clear’ on grid to clear out all the data..is that expected ?
so when you hide the icon.. it still takes 25px on that cell.. i want to remove that cell..and move all cells 25px left side to their original spot..
for more details.. look at the screen shot belowThanks
thanks for reply, i did look at those posts. they are very helpful. i was able to hide icon.. but is there a way to remove empty white space as well…i have 3 tables on screen.. and would like to save that space as well..currently it hides icon. but leaves the space,,
Thanks
sorry for confusion.. i want to hide the column which shows arrow icon(expand and collapse) from user.. and use expand,collapse method programmatically..just like showrowdetailscolumn:false.. would not show that column on grid..
Thanks
anything please..
also after grouping… when i call $(‘#jqxgridChild’).jqxGrid(‘showrowdetails’, index); passing boundIndex from parent table.. its not working.. any reason why.. if i remove grouping .. then same code works fine..
-
AuthorPosts