I'm looking for gridview with sorting and filtering (style excel) for asp.net App.
Do you have somthing like that?
Thanks in advance,
Tal
3 Answers, 1 is accepted
0
Marin
Telerik team
answered on 25 Oct 2012, 07:58 AM
Hi,
An example of the default RadGrid sorting feature can be found in this online demo.
And the default filtering feature can also be customized in many different ways using the FilterTemplate of a GridTemplate column as shown here.
Let me know how this suits your case and whether you need any other kind of customization for these features.
All the best,
Marin
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.
I'm using in _396617 program [filter to gridview, by the header].
But, I can't use in this assembly: "Telerik.WinControls.UI", and the "using Telerik.WinControls.UI;" is in gray color (like 'disabled' state).
What can I do to resolve it?
Thank you,
Tal
0
Marin
Telerik team
answered on 25 Oct 2012, 11:43 AM
Hello Tal,
The Telerik.WinControls.dll assembly contains controls for desktop WinForms applications and cannot be used inside an ASP.NET application.
RadGrid does not support out of the box the same type of filtering infrastructure as shown in Excel. But it provides a Grid header context menu that you can configure and customize to show different layout that mimics the one in Excel.
More information about filtering with header context menu can be found in this online demo (the Ship city column) and help article.
All the best,
Marin
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.