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
180
Xamdatagrid not refresh passing value through XmlDataProvider
posted

Hi Team,

I have bind the value XmlDataProvider to XamDatagrid, i have use treeview while i select the child node initially the values bind properly in XamDatagrid but i select different child the xamdatagrid doesn't refresh.

I have tried below concepts before assign the value to XamDatagrid,

XamDatagrid1.DataContext = null;
XamDatagrid1.DataSource = null;
XamDatagrid1.Records.RefreshSort();

Also i have check below weblink doesn't work,

http://es.infragistics.com/community/forums/t/18253.aspx

http://es.infragistics.com/community/forums/p/4985/23376.aspx

Please suggest.