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
1255
Column chooser auto scroll
posted

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

 

 

Parents
No Data
Reply
  • 469350
    Offline posted

    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.

Children