Hi, we have a column chooser on the grid with over 400 columns. Since it's so many columns, it's slow to scroll and find the column we want. So we want to add an text box in the column chooser, if the user type some letters, the column chooser will automactially scroll to the column starting with the typed letters. Is there anyway to do it ? Thanks
There isn't any way to do this, presently. You should Submit a feature request to Infragistics.
ScrollControlIntoView is a dotnet framework method, it's nothing to do with Infragistics or the ColumnChooser. And since the Column Chooser buttons are not actually controls, I don't see how it would be of any use to you in this case.
Thank you, Mike. If there's no existing feature, is it possible that we can implement it ourselves ? I mean, is it doable ?