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

lots of filters, less display columns

1 Answer 37 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Phillip
Top achievements
Rank 1
Phillip asked on 30 Nov 2011, 06:56 PM
I'm trying to find an simple way of having about 20 combobox filters for a grid that only displays about 5 columns.  Our original grid just had a seperate filter section outside of the grid, but that is difficult to manage.  Is there a way to do this within radgrid?

1 Answer, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 05 Dec 2011, 04:58 PM
Hello Phillip,

There are two approaches that you could follow to achieve your goal:

  • The first one is to use RadFilter to filter RadGrid. Online demo implementing similar functionality could be found here.
  • The other option is to use FilterTemplate of RadGrid. Demo application on this scenario could be seen here. However, if you choose the FilterTemplate option you should have column for each datafield you wish to filter by. If you do not want to show these columns you could set their Visible property to False.

Kind regards,
Andrey
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Grid
Asked by
Phillip
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or