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
  • 48586
    posted

    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.

Reply Children