Hi
We are using the ValueChanged event of the XamDatagrid to update the grid data.
if the datasource is updated in the background without any user interaction in the grid,the data in the Viewable region of the grid only gets updated.
How could we get the data updated in the grid which is outside the viewable area. Is there any other events or other solution for this? Kindly clarify.
Thanks
Hello,
Can you please give us more information on your scenario. You said you are updating the underlying data source from somewhere else and not the XamDataGrid. Are you using another thread or you are updating it from the same one. What type is your data source?
To give more information on this issue, I am using list of object derived from Inotify as a source.
I am creating a new list with source objects and adding these additional objects to the original datasource.
These addition objects are getting created/ updated when the object in the original source is getting
updated and binding it to the xamdatagrid. Updating the new list is taking place in the valuechanged event.
event is getting fired only for source object in the viewable area.This is the issue.
Can you please suggest a solution for this ?.Thanks
From your description I am not sure where the problem might be coming from. Is it possible to provide us with a small project with this behavior. You can also contact Developer Support Team directly on this link so that we can investigate this more closely.