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
2170
GetCellValue Causing Bindingsource OffEnd EVENT to fire
posted

I am using GetCellValue in the UltraGrid's InitializeRow to determine if I should set an appearance to the cell. Basically, if the cell value = x we set the backcolor to RED. This works just fine except it caused the bindingsource's offend event to continually fire until all records have been retrieved from the database.

 

We are batching 50 records at a time since the database table may have up to a million records. Our batching logic works just fine until we add the call to GetCellValue. It is like the GetCellValue is causing the UltraGrid to want ALL the data. Is this expected behaviour?