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

Default value for Filter Menu when empty

1 Answer 136 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ed
Top achievements
Rank 1
Ed asked on 28 Oct 2016, 04:15 PM

If I have a RadGrid which has a column that can have A, B, C or blank displayed in the column and I enable it to be a filtered column with a check box. 

Can I assign a value to value to show up in the popup menu for blanks?

so for example instead of

[ ]

[ ] A

[ ] B

[ ] C

I would see the menu displayed as

[ ] Empty

[ ] A

[ ] B

[ ] C

 

 

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 02 Nov 2016, 02:34 PM
Hi Ed,

If you are using the CheckList or Excel-like filtering modes provided by RadGrid, you can modify the source passed to the e.ListBox in the FilterCheckListItemsRequested event handler:
http://docs.telerik.com/devtools/aspnet-ajax/controls/grid/functionality/filtering/checklist-filtering

I hope this will prove helpful.

Regards,
Eyup
Telerik by Progress
Check out the new UI for ASP.NET Core, the most complete UI suite for ASP.NET Core development on the market, with 60+ tried-and-tested widgets, based on Kendo UI.
Tags
Grid
Asked by
Ed
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or