4 Answers, 1 is accepted
A possible solution is to remove all items without the filter one from the menu. Please check out the following sample which demonstrates that.
Regards,
Kostadin
Telerik
Hello Kostadin. Thanks for your example but it does not do what I want. I need a column menu only in one column (In your example all the columns have a column menu) and I also want filters for all the columns . Perhaps I don´t understand your example.
Hello Carlos,
This may not be exactly what you want, but it puts a single ColumnMenu "on" the grid.
http://dojo.telerik.com/UwUQa
I just modified Kostadin's example by pasting in some of my code(it looks better in my actually application).
It essentially builds the ColumnMenu manually instead of using the built-in one.
Then I just put it where ever I want. In this case, I put it in a ToolBar above the grid, using a tiny "config" button.
With some creativity, you could put it in a column of your choice and style it so that it looks good.
Hi Stephen,
Your code does exactly what I want
Thank you