BoldSign®Effortlessly integrate e-signatures into your app with the BoldSign® API. Create a sandbox account!
hie when am doing this date time not filtering properly. I need to display in the specified format & also want to filter & sort the data accordingly for this column.
Date is coming in the datasource in this format -
Hi Garima Jain,
Greetings from Syncfusion support.
Based on your query, when you perform filtering, the dateTime column is not filtering properly, and you want to display the date in the specified format and perform filtering and sorting in the column.
We have prepared a sample using the provided information and tried to reproduce the issue form our side, but we were not able to reproduce the issue from our side. We have attached the sample and video demo for your reference.
Sample: https://stackblitz.com/edit/react-u24z4cqm?file=index.js,data.js
Note: The EJ2 Grid supports filtering when date values are provided as actual Date objects, standard ISO 8601 format, or Microsoft format date strings. However, any other formats are treated as plain text (strings), which prevents the Grid from performing proper date filtering.
If you're still facing the issue, kindly share the below details
Regards,
Vasanthakumar K
hie the filter is of type menu
can you now help me how to fix this filter issue
also
if the values are combining
& i have displayed it in grid
THis is also not fi
[
"report",
"onboarding",
"sessions",
"support"
]
Hi Garima Jain,
Greetings from Syncfusion support!
We checked your query with provided the details and you have defined multiple values in single column value using comma separator which is showing on “converted_roles” column.
By default, the EJ2 Grid column only supports number, string, date, dateTime, Boolean type values, and which is not supported array type value. Please refer to the below documentation.
Documentation: https://helpej2.syncfusion.com/react/documentation/api/grid/columnType/
We can show an array of values in the Grid column. But this is used only for the display purpose. We cannot perform Grid actions like Filtering, Searching, Grouping, Sorting, etc., to this column. Because the Grid can perform the actions (like sorting, grouping ,filtering) based on its dataSource value. This is the default behavior of EJ2 Grid. To enable filtering on a Grid column, ensure that the column's values are of one of the supported types listed above and for the date column the values must be Date objects, standard ISO 8601 format, or Microsoft format date strings as mentioned previously.
Regards,
Mohanraj Rengasamy