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
300
XamGrid Child table Layout not updating
posted

Hi,

I am using XamGrid which is bind to DataTable which has further relation to datatables.

My parent grid gets update on update of datatable, But child grids are not update which are based on DataRelations of DataTable

Please give me any solution ASAP.

Thanks,

Arun

Parents
No Data
Reply
  • 30945
    Offline posted

    Hello Arun,

     

    I have been looking into your post and I could not manage to reproduce the such behavior. I have created as sample application that binds the XamGrid to a DataSet in order to display hierarchical data and after changing some rows the XamGrid updates both parent and child layouts. I have tested the sample application using both the RTM and the latest service release of NetAdvantage 11.2 with the same result. You can see in the attached sample application that when the first two parent rows are expanded and the “Change Data” button is pressed the first parent row is updated and the first child row of the first parent becomes child of the second parent row.

     

    Please let me know if you can reproduce the same behavior using my sample application or I have misunderstood you in anyway.

     

    Sincerely,

    Krasimir

    Developer Support Engineer

    Infragistics

    www.infragistics.com/support

    XamGridHierarchicalDT.zip
Children