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

custom filtering control in gridview

3 Answers 47 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Miloslav Kvapil
Top achievements
Rank 1
Miloslav Kvapil asked on 09 Nov 2012, 02:50 PM
Hello

We use custom filtering control in gridview in column with datatype boolean due to localization. Its ok when FilteringMode on the grid is set to FilteringMode.Popup. When it is set to FilteringMode.FilterRow then the grid is not using our filtering control. Why? How can I localize the boolean values in this type of column when FilteringMode is set to FilterRow.

The same behavior is for the event DistinctValuesLoading. It is not fired when FiterMode is set to FilterRow.

3 Answers, 1 is accepted

Sort by
0
Rossen Hristov
Telerik team
answered on 09 Nov 2012, 04:26 PM
Hello,

That is by design -- your custom control can only be used when the mode is popup. The FilterRow cannot use custom filtering controls because it is -- well -- a filter row. I hope this makes sense.

Greetings,
Rossen Hristov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Miloslav Kvapil
Top achievements
Rank 1
answered on 12 Nov 2012, 05:46 AM
Hello,

so it is not possible to localize boolean filter to other languages in mode FilterRow, or exists?
0
Accepted
Rossen Hristov
Telerik team
answered on 12 Nov 2012, 08:02 AM
Hi,

Localiazation is done as described here.

Here you can find all relevant filtering keys.

Kind regards,
Rossen Hristov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
GridView
Asked by
Miloslav Kvapil
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Miloslav Kvapil
Top achievements
Rank 1
Share this question
or