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
130
UltraGrid Columns Resetting
posted

We're using UltraGrids quite extensively throughout our application. They're all bound to datasources and are used to view data only, the adding/editing goes on elsewhere.

Randomly (or what seems to be randomly) the grids will lose column settings (their hidden property and header caption) but the other properties will remain saved (autofitstyle/override properties etc.)

I've tried a number of things in the code in an attempt to stop this happening, like only setting the data source as the array if the array has data, using the SetDataBinding instead of DataSource, with and without the DataBind() method.

The same is happening with the UltraCombos.

Can anybody help please?

Thanks

Paul