This question is locked. New answers and comments are not allowed.
Does anyone know how or if a grid can be configured for an embedded filter row (below the header) as in the attached JPEG image?
Thanks!
Thanks!
4 Answers, 1 is accepted
0
Gavin Gee
Top achievements
Rank 1
answered on 31 May 2010, 05:04 PM
Let me clarify what we're looking for:
We'd like to insert a custom filter row below the grid header which would have a textbox, drop-down list, calendar control or whatever for each particular column. Although we like the power of the grid filters, the active filter criteria are not displayed. Also, the row would allow direct editing and on-the-fly filtering as you tab from column to column.
I really need to know if this is possible with the Telerik Grid or not. I'm a newbie to MVC & Telerik so sorry if this is obvious - it isn't to me.
We'd like to insert a custom filter row below the grid header which would have a textbox, drop-down list, calendar control or whatever for each particular column. Although we like the power of the grid filters, the active filter criteria are not displayed. Also, the row would allow direct editing and on-the-fly filtering as you tab from column to column.
I really need to know if this is possible with the Telerik Grid or not. I'm a newbie to MVC & Telerik so sorry if this is obvious - it isn't to me.
0
Hello Gavin Gee,
The MVC grid does not provide such a feature at the time being. It should be possible however to create a new row with filtering controls and append it in the right place within the grid HTML. Then you can use the grid filtering API to perform the actual filtering.
Regards,
Atanas Korchev
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.
The MVC grid does not provide such a feature at the time being. It should be possible however to create a new row with filtering controls and append it in the right place within the grid HTML. Then you can use the grid filtering API to perform the actual filtering.
Regards,
Atanas Korchev
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.
0
sunitha biyyala
Top achievements
Rank 1
answered on 20 Sep 2010, 09:47 PM
How to add an empty row to radgrid in clientside for MVC.
0
Martin Nyborg
Top achievements
Rank 2
answered on 19 Sep 2011, 03:39 PM
Is it possibly to create a "fast" filter row? like in the attached file.
http://samples.infragistics.com/jquery/grid/filtering-column-settings
http://samples.infragistics.com/jquery/grid/filtering-column-settings