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

Filtering Control for CustomFilterRow

1 Answer 49 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Sven
Top achievements
Rank 1
Sven asked on 02 May 2011, 09:57 AM
Hi,
I want to use the CustomFilterRow for the GridView as explained in the WPF Demo application. So far it's working pretty fine but it still lacks some functionality that I need to have: Like in the filtering control that is shown when built-in filtering is enabled I need to show the distinct values in the filterrow. Therefore I want to replace the Textbox by a Combobox and bind it to distinct values of the corresponding column. Alternativly It would be nice to be able to use the built-in like filtering control and show it by the customfilterrow. I am quite sure that all of my requierements can be done, but I haven't found anything applicable while searching for hours!

Thanx for any hints!

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 03 May 2011, 12:15 PM
Hi,

 If you want to get distinct values you can use GetDistinctValues() method of the grid. 

All the best,
Vlad
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
Sven
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or