Hi Namita,
Thanks for contacting Syncfusion support.
Based on your requirement, you want to filter the date values from your server. To filter the date values, the data-base should have the field values in Date Object format. Please refer to the below code example and sample for more information.
|
public class OrdersDetails
{
public int? OrderID { get; set; }
public DateTime? OrderDate { get; set; }
}
|
|
[app.component.html]
<e-column field='OrderDate' headerText='Order Date' type="date" format="yMd" width="120"></e-column>
|
Note: In EJ2 Grid, we don’t have the support to search the DateObject values
Still if you have the issue, please share the below details.
- Share the full Grid code you have used.
- Which type of adaptor you have used. (OData/ ODataV4/RemoteSave/URL Adaptor/ WebApi)
- Explain your requirement in detail.
Regards,
Rajapandiyan S