AD
Administrator
Syncfusion Team
October 2, 2007 08:48 AM UTC
What version of our libraries are you using?
Above is a sample that shows the GGC bound to either a DataTable or a BindingList of objects. As long as the IBindingList.ListChanged is being raised (with ChangedType = Itemhanged) when the underlying data is modified, the grid in the sample redraws the changed row for every change, including the first one. I used 5.1.1.47 to test the sample. Can you verify that the IBindingList.ListChanged is being raised for this first change that does not show up in your case?
Can you modify sample to show the problem? You also might try changing the grid.UseOldListChangedHandler property in your code to see if this makes a difference.