-
Notifications
You must be signed in to change notification settings - Fork 160
Can't edit a date cell if grid's data is of ISO String or Numeric types #8256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This also applies to the Steps to reproduce:
|
@ddincheva @hanastasov add your comments as well |
Also, when date values come in as string/numbers, sorting and filtering are not correct. Sorting/filtering algortihms need to know if the value is date in number/string format in order to parse it to true Date object. |
Related to #6994 |
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
This problem has been addressed with PR #9160 and is no longer reproducible on the master branch. |
Steps to reproduce
OrderDate: new Date('2012-02-12').toISOString()
Result
An error is thrown in the console
Expected result
Be able to succesfully edit the cell.
The text was updated successfully, but these errors were encountered: