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
1705
Grid showing empty rows.
posted

 

Hey guys I have a grid that was working fine until some hours ago, we have a change manager system and I tried to look for recent changes on those files  but I didn't find anything meaningful.

 The grid's error event is firing with the following message:

Unable to retrieve cell value. PropertyDescriptor.GetValue call failed. This may happen for variety of reasons. One possible cause may be that the UltraGridRow's list object may be out of sync with the underlying data list. This can occur if the underlying data list fails to raise proper events notifying the bound controls (UltraGrid) of change in the data list. If you are using a custom IList data source, try implementing IBindingList interface on the data list and raising ListChanged event appropriately. If the data list already implements IBindingList then it may be failing to raise proper notifications. You can also try calling RowsCollection.Refresh on the grid's rows collection to synchronize the grid's list objects with the data lists. Note that the UltraGrid will continue operating normally.

 I'm using IList objects since I use reflection to dynamically load lists of different type of objects to the same grid.

 

Any help would be appreciated,

thanks !