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
120
UltraWinGrid without visible rows freezes toolbars in whole application.
posted

I haven't found the solution yet, but maybe anyone coped with that and knows how to solve it.

The problem described below occurs when Grid.DisplayLayout.Override.AllowRowFiltering is on.

The form contains an UltraWinGrid control and a toolbar (UltraToolbarsManager) above it.

First, FilterUIType shouldn't be equal to FilterRow value.

Second, set the column filter to any value that returns no visible rows ( no matter how - through UI or through code)

Then, if grid AddRow or Template Add Row is turned off (no matter before or after changing the filter) - the toolbar freezes ( though, moving or trembling the form may help ) - the ToolClick event works but mouse hover effect disappears and the whole toolbar ceases to redraw.

If you turn on the AddRow, then set the filter to any value that fetches 0 data rows, the toolbar would stay alive, but then - if you turn off the AddRow (without changing the filter, so Grid.Rows.VisibleRowsCount = 0 ) the toolbar would freeze.

If you have several such forms placed into UltraDockManager panes, setting the filter (the way mentioned above)  in one of the grids freezes all the toolbars (also in neighbour panes).

In MDI Application a filter from an SDI form also freezes main toolbar.

Turning on the AddRow or setting the filter to any value that fetches more than 0 data rows brings the toolbars back to life.

Everything worked fine in 9.2 but after updating to 10.1 we have this issue. Updating 10.1 to the latest patch didn't help. We also managed to reproduce this bug in a small sample application.

Parents Reply Children
No Data