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
1425
XamDataGrid not refresing in BeginInvoke
posted

Hi,

I am adding and removing Items from DataSource of XamDataGrid like this:

 

this.Dispatcher.BeginInvoke(System.Windows.Threading.DispatcherPriority.Normal,
                new DispatcherOperationCallback(delegate
                {

adding and removing items here............

}

But its doesn't work. Let me know how can I resolve this?

 

Thanks,

Ammad.