I have a grid with 50+ columns. I would like to enable the user to select a column they want displayed (with a dropdown or some such). Is there any function to make a certain column be visible [to the user] e.g. scroll the grid to the column location or move the column?
Asked
Active
Viewed 348 times
1 Answers
0
You can use columnChooser method. See the answer and this one which include the demo for more details.
-
OK, thanks. But no way of just making a certain column appear? – Andrew White Sep 20 '11 at 12:25