Hi Imran,
From validating your query, we suspect that you are maintaining a Date column value as string in your Grid dataSource. For example: when you try to convert the string to date object using new Date() method it will return as invalid date.
Screenshot:
So we suggest you to maintain you date column value as Date object in your Grid dataSource to overcome the issue.
If we misunderstood anything wrongly, Please get back us with the following details
- Please share your Grid dataSource
- Share the Video demonstration of the issue
- If possible please reproduce the issue and share the sample.
- Share your complete grid rendering code.
Regards,
Balaji Sekar