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]);
Hi,
I see the same problem with version 11.1.20111.2111. It's a bit annoying, because we have 50+ columns so a scrollbar is kind of mandatory. Is it possible to check the status of a support call, that someone else created? If not is there a fix?
Thanks
Bettina
Thanks!
By the way, we use version 10.3.20103.1000
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.