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

Grid Filter Column

3 Answers 60 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Venkatesh
Top achievements
Rank 1
Venkatesh asked on 21 Jan 2011, 09:15 AM
Hi,


        I have Query. Can we Customize the Grid Filter Column.
        I want to add a Rad ComboBox to the Grid.

        Is it is possible? How ? Can u give me some Example?

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 21 Jan 2011, 09:55 AM
Hello Venkatesh,

You can achieve this by adding  filter template to GridBoundColumn/ GridTemplate column. The following documentation give more idea on this.
Filter template

Hope this helps,
Princy.
0
Venkatesh
Top achievements
Rank 1
answered on 28 Jan 2011, 06:58 AM
Hi,

          I have query in customizing the Grid FilterColumn. Can we have a combobox for filtering the Grid and a Button on the Filter column to clear the filters for the Grid? how ? any examples in the telerik site.
0
Kiara
Top achievements
Rank 1
answered on 30 Jan 2011, 10:44 AM
Venkatesh, examine the implementation for the 'clear filters' button residing in the first column header of the second grid in the demo Princy pointed. You can have the button reset all filters as shown there or do that on a per-column basis by erasing the filter function and filter value for a given column only (you can identify the column by its UniqueName value).

Hope these guidelines help.

Kiara
Tags
Grid
Asked by
Venkatesh
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Venkatesh
Top achievements
Rank 1
Kiara
Top achievements
Rank 1
Share this question
or