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
P.S. It's actually a search box, the column list will narrow down to the column names the user typed.
I found some function called " ScrollControlIntoView ", can I use it ? If yes, what paramater I should pass in for column chooser dialog ?