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
255
XamGrid sorting fails if datasource is ObservableCollection with Count=0
posted

dear

in my application i found that the XamDataGrid doesn't sort the data if we attache Observable collection with count =0. i filled the data in ObservableCollection after some time interval using callback with my data. the data will populated in grid but doesn't sort.

my question is that is it an issue of  XamGrid or of our code?