jQWidgets Forums

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 117 total)
  • Author
    Posts
  • in reply to: scroll event? scroll event? #92951

    jahnvi25
    Participant

    thanks a lot Llorx.. this has been very helpful


    jahnvi25
    Participant

    this means that its not possible ?

    in reply to: jqxslider with latest version jqxslider with latest version #92840

    jahnvi25
    Participant

    sorry 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>
    

    jahnvi25
    Participant

    thanks for response.. setting scrollbar position works great..


    jahnvi25
    Participant

    sorry 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??

    in reply to: scrollfeedback function scrollfeedback function #92456

    jahnvi25
    Participant

    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..

    in reply to: groupexpand dynamic data groupexpand dynamic data #92420

    jahnvi25
    Participant

    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 ??

    in reply to: hide arrow icon hide arrow icon #92419

    jahnvi25
    Participant

    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.

    in reply to: grid scrolling issue grid scrolling issue #92388

    jahnvi25
    Participant

    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 ??

    in reply to: groupexpand dynamic data groupexpand dynamic data #92387

    jahnvi25
    Participant

    i am loosing ‘groupexpand’ and ‘groupcollapse’ event.. when i call ‘clear’ on grid to clear out all the data..is that expected ?

    in reply to: hide group column hide group column #92263

    jahnvi25
    Participant

    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 below

    screenshot

    Thanks

    in reply to: hide group column hide group column #92239

    jahnvi25
    Participant

    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

    in reply to: hide group column hide group column #92166

    jahnvi25
    Participant

    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

    in reply to: hide group column hide group column #92144

    jahnvi25
    Participant

    anything please..

    in reply to: hide group column hide group column #92117

    jahnvi25
    Participant

    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..

Viewing 15 posts - 16 through 30 (of 117 total)