RadGrid Excel-like Filtering For DateTime On ASP>NET Web Form

1 Answer 169 Views
Ajax Grid
Harikrishna
Top achievements
Rank 1
Harikrishna asked on 08 May 2023, 12:13 PM
How to show the filter check list item for a datetime column as like excel. Like the Attached image below.

1 Answer, 1 is accepted

Sort by
0
Doncho
Telerik team
answered on 11 May 2023, 06:33 AM

Hello,

One option to achieve a similar filtering functionality is to use the Filter Template and define a custom Filtering structure.

Check out the following resources regarding FilterTemplate:

For instance, a RadTreeView can be embedded in the Grid as a filtering control. The items in the RadTreeView (the data source of the tree view) should be generated based on the Data bound to the GridDataColumn in question. More additional code will be needed for handling the selection of the TreeView and applying the filter on the Grid accordingly.

Note that this is just an idea to consider as the desired functionality is not exposed as a built-in feature of the RadGrid. The suggested approach is not tested and its implementation could be quite tricky and for sure requires investing a lot of time and effort in custom coding.

I hope you will find this information useful.

Kind regards,
Doncho
Progress Telerik

Heads up! Telerik UI for ASP.NET AJAX versions for .NET 3.5 and 4.0 are retired. Progress will continue shipping assemblies compatible with .NET 4.5 and later. See whether this affects your apps in this article.
Harikrishna
Top achievements
Rank 1
commented on 22 May 2023, 09:18 AM

Thank you.. will try
Tags
Ajax Grid
Asked by
Harikrishna
Top achievements
Rank 1
Answers by
Doncho
Telerik team
Share this question
or