Hello
I have a problem configuring and editing datetime values in Grid when in batch edit mode.
I receive datetime values from server in UTC format and bind it on column, that is dynamically generated.
Transforming UTC date string received from server into Date object is not feasible, because large data sets.
As soon as I double click into cell, it is marked as dirty. I can not cancel edit and cell stays marked as dirty.
Attached is a sample project (asp .net core, angular 11, syncfusion 19.2.55).
- run project
- manualy run command "npm start" from ClientApp folder because proxy is in use
- double click into "Date" column
- move focus away from column
- column is marked as dirty (green background)
- cancel button does nothing
P.S.: clicking "Edit" does nothing after row is selected (perhaps missing configuration)
Please help.
Thank you
Attachment:
SyncfusionDemo_82d84efc.zip