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
237
Column Chooser Control is not chosing the right one
posted

When I resize ColumnChooser until scroll bar is shown. Then select the last partially shown column. The clicked column is active. But the next column got selected (checked). It seems like a bug. Are there a workaround?

I tried following in mouse down event. But it does not work. Any idea?

var

 

 

 

lastVisibleRow = columnChoorseGrid.ActiveRowScrollRegion.VisibleRows.OfType<VisibleRow>().Last();

columnChoorseGrid.ActiveRowScrollRegion.ScrollRowIntoView(columnChoorseGrid.Rows[lastVisibleRow.Row.Index + 1]);

Parents Reply Children
No Data