jQWidgets Forums

jQuery UI Widgets Forums Grid onrowselect for nestedgrid

This topic contains 3 replies, has 2 voices, and was last updated by  Peter Stoev 10 years, 5 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • onrowselect for nestedgrid #64808

    anthony
    Participant

    Hi ,
    I am working on nested grid onrowselect event ,during on select of the row I want the information about the previous expansion with respect to the row it is clicked.
    For example If there is 4 level of expansion ,this is how I will traverse the 4 th expansion grid
    expanding 5th row of 1 st grid(Parent grid) -> 3 rd of 2nd grid -> 7 row of 3 rd grid -> onselecting 5 th row the 4 th expanded grid it should show that you have selected 5 the row od 4 th grid expanded from 5th row of grid one ->3 rd row of 2 nd grid->7th row of 3 rd grid

    And also note that while building child grid I am now using jqx filter but in typical nested grid it build each expanded level with same datasourse ,but I am building each and every grid with unique datasourse and I am using nested json for building nested grid.

    Thats why I need the complete history of grid expansion before onlelect row.

    Thanks
    Anthony

    onrowselect for nestedgrid #64822

    Peter Stoev
    Keymaster

    Hi Anthony,

    The event does not provide such history, neither do the Grid stores such. If you want to keep history, you will have to build your own history logic.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    onrowselect for nestedgrid #64832

    anthony
    Participant

    Hi Peter ,

    Can you give some suggestion how and where can I store the expansion history with respect to each and every grid .

    Thanks
    Anthony

    onrowselect for nestedgrid #64843

    Peter Stoev
    Keymaster

    Hi Anthony,

    May be in a variable or Array on your web page.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.