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
190
Data disappears when dynamic data source updates
posted

I have an UltraWinGrid with two bands. The BindingSource is dynamic and the grid needs to update periodically as new data comes in.

Whenever the updated data requires a new row in Band 0, it gets added at the top and pushes the other 0 level data down, which is fine. But the last 0 level row and its 1 level data disappear off of the grid. I check the datasource and that data still is in the collection, but no longer appears in the grid. Additionally added 0 level rows continue to push the existing data off of the grid. Is there some setting that does not allow the top level data to grow? I saw that there is an "AllowNew" property on the BindingSource, but setting that to true does not make any difference.

Has anyone else seen this behavior? Were you able to fix it?