Hello,
I'm using Syncfusion Blazor DataGrid version 34.1.29 in a Blazor Server App.
I have a column that stores the contract signing date, and its type is Date.
I noticed that the built-in filtering options allow filtering by a single date, but I couldn't find a way to filter by a date range (start date and end date).
What I'd like to achieve is something like:
Start Date: 01/01/2026
End Date: 01/31/2026
so that the grid displays only the records whose contract date falls within that range.
Is this supported by the DataGrid? If so, could you please provide an example of how to implement it?
If it is not supported out of the box, what would be the recommended approach to achieve this behavior?
Thank you!