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
Hello Arun,
I am just checking if you require any further assistance on the matter.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
Thank you for your feedback. I have modified the sample application that I have sent you in order to use the Model-View-ViewModel pattern. I have added a property in the ViewModel that is bound the XamGrid’s ItemSource and after changing it the XamGrid updates its both parent and child layouts.
Please let me know if you can reproduce the same behavior using the attached sample and if possible modify the my sample application in order to demonstrates the issue in order to be able to research what the reason for it might be.
Looking forward to hearing from you.
Hello Krasimir,
I have tested attached sample application.The scenario you have created is working fine but i am using the same scenario in MVVM. In my case when i define the ColumnLayout on xaml for child grids it does not get update but when i remove the ColumnLayout from xaml it works fine and gets update.
I am defining ColumnLayout to hide some columns,to set HeaderText and for Templating
But for the time being i am handling all this in code behind and its working.
But please let me know if you get solution.