jQWidgets Forums

jQuery UI Widgets Forums Grid master detail

This topic contains 3 replies, has 2 voices, and was last updated by  Peter Stoev 13 years, 1 month ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • master detail #4216

    edhrx
    Participant

    Hi,
    Has any one a snippet or an example that could get me going on a ‘master detail’. Basically 2 grids where a row change in one fires off an ‘updatebounddata’ in the second grid taking into account a parameter from the first grid.

    Thx Ed.

    master detail #4241

    edhrx
    Participant

    Ok… I found a way to do it. But I’m sure it is the correct way.
    On the rowchange of the first grid I simply changed the url of the source for the second grid and then did updatebounddata.

    Ed.

    master detail #4242

    edhrx
    Participant

    Correction to my last post.
    I am not sure if it is the correct way

    master detail #4252

    Peter Stoev
    Keymaster

    Hi Ed,

    You can take a look at this sample with nested Grids: nestedgrids.htm,

    In the sample, the Sub Grid is loaded when the user expands a Row.

    If you are having a master-details scenario with 2 Grids, it is Ok to update the data source of the ‘Details’ Grid when a row from the ‘Master’ Grid is changed.

    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.