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

[Solved] Header RadMenu Filter

1 Answer 103 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Joshua
Top achievements
Rank 1
Joshua asked on 03 Apr 2009, 03:12 PM
I am trying to implement a radmenu in the header of my grid that contains the sort functions as well as a filter.  I have
seen an example on here and it works great, however, I am trying to change the textbox filter to a radcombobox or
"Filter" in radmenu with distinct elements of that column as submenuitems.  I have successfully added the radcombobox,
however, I can't quite determine how to populate it with distinct items in that column and I am trying not to create a
seperate datasource for each column.  Additionally, one the dropdown is hit and the cursor leaves the radmenu, the radmenu
closes and leaves a piece of the dropdown displaying.  Anybody have any examples.  This is all added dynamically
in the RadGrid_ItemCreated sub.  I wouldn't know where to start on my second idea of using submenuitems.  Seems like
a neat idea though.  Below is a link to help that I used to create the menu.  Thanks for all replys.
 
http://www.telerik.com/community/forums/aspnet-ajax/grid/radgrid-advanced-filter-menu.aspx

1 Answer, 1 is accepted

Sort by
0
Bruno
Top achievements
Rank 2
answered on 06 Apr 2009, 04:38 PM
You may try using RadComboBox's LoadOnDemand functionality to populate it when the menu is opened as shown here.
Tags
Grid
Asked by
Joshua
Top achievements
Rank 1
Answers by
Bruno
Top achievements
Rank 2
Share this question
or