Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1390
Master detail view using separate grid controls
posted

Hi, I need to create a master detail view using multiple (up to 3 or 4) igGrid controls.

Can you please give me some kind of an example how this could be achieved.

I'm having trouble preventing the second or third grid not start loading the data as soon as the grid is initialized. Some kind of auto load flag maybe?

Once I have the required data from the first, I am able to use the filtering feature, or by updating the url on the data source to retrieve the relationship data.

If I can get a sample of how this is achieved in the correct designed manner it would be highly appreciated.

Thank in advance.

 

 

Parents
No Data
Reply
  • 7566
    Verified Answer
    posted

    Hello Chistoffelleroux,

     

    Here I am attaching a sample that could give you an idea how to achieve this. It is a master detail view with two grids.  The first grid is hierarchical grid and the expansion column is hidden. Also note that on selecting any row after row changed event is fired the detail grid is showing the details for the selected row on page load the grid shows the details for all of the rows.

     

    I hope this sample helps.

     

    Looking forward to hear from you.

     

    Sincerely,

    Georgi Sashev

    Developer Support Engineer

    Infragistics, Inc.

    Master_Detail_Grid.zip
Children