Is it possible to have a filter on the GroupByExpressions field. I have a radgrid group by some value and I would like to filter
through that value. Is there any way to accomplish this?
Thank you.
3 Answers, 1 is accepted
0
Nikolay Rusev
Telerik team
answered on 19 Jan 2010, 07:45 AM
Hello Andres,
I am not sure if I understand your scenario correctly, but in general you can filter on all the fields that RadGrid is bound to.
Is is possible to filter on the GroupHeaders so that I get only the results for that group without the use of a Details table or anything similar? It sounds silly when you can simply expand and collapse the group headers, but in my case each group has so many items that it is a pain to go through the grid and leave the one you need to work with expanded.
Thanks,
Andres
0
Nikolay Rusev
Telerik team
answered on 21 Jan 2010, 08:47 AM
Hello Andres,
Lets assume the following scenario your grid has a column with DataField "Field1". After grouping on "Field1" you can filter on that field and RadGrid will have only the items for that group.