When navigating in a long UltraWin grid and one expands to the second level, by then ticking a check box the scroll bar jumps to the very top as if performing a reset. How can this be prevented ?
Hi,
What checkbox are you referring to?
Obviously, this is not the normal behavior of the grid to scroll when you check a checkbox, so my guess is that something in your code is causing this. Perhaps you are causing your data source to send a Reset notification or you are setting the DataSource on the grid.
Thanks for interim reply.
We have a dataset and a corresponding grid with 2-3 levels.
All tables have a column of Type boolean which are represented by checkboxes, and it is when a table exceeds the height of the screen and one ticks a checkbox that the scroll jumps upward, sometimes to the top sometimes halfway.
If our code is responsible are there certain properties / methods that may impact this.
Much obliged in advance.