This is a migrated thread and some comments may be shown as answers.

Filter with Menu

1 Answer 51 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Julio
Top achievements
Rank 1
Julio asked on 10 Aug 2011, 04:13 PM
Hello,
I'm trying to achieve a Filter Menu but with an image on headers and when you clic on image the menu with filters options shows. Exactly like this grid in MVC exaplme.

I was trying to do this with ajax radgrid manually, creating a popup menu, but it's very dificult to achieve the correct behavior and I had a lot of problem related with events and controls.

Please can you help me or send me an example to do filter like mvc grid.

Thanks.

Julio.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 11 Aug 2011, 05:16 AM
Hello Julio,

Try setting the EnableHeaderContextFilterMenu and EnableHeaderContextMenu as true.
aspx:
<telerik:RadGrid ID="RadGrid1" runat="server" EnableHeaderContextFilterMenu="true" EnableHeaderContextMenu="true">
For further information you can check the following demo
 Grid / Header Context Filter Menu.

Thanks,
Shinu.
Tags
Grid
Asked by
Julio
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or