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]);
Hello ,
I have created a support ticket for you in our system, in order to investigate this further for you. The id of the support ticket is CAS-91307-L373PT, and I will update you for the progress of my finding through the case, as soon as I have information for you.
Thank you for using Infragistics Components.
Thanks!
By the way, we use version 10.3.20103.1000