This question is locked. New answers and comments are not allowed.
Having following issues when I try to implement inline editing on a table with a Timestamp field and couple of TimeSpan fields:
Data doesn't gets updated and following error is displayed.
Following message is displayed: Error! The requested URL returned 500 - Internal server Error
I converted the TimeSpan fields to DateTime in View Model. Also, Timestamp field is displayed as string in the Grid column. I had to do this as after reading the threads on MVC Grid forum - I came to conclusion that grid does not support Timestamp and timespan fields.
Attached is the code of the sample project
Thank you
Anil Panjwani
Data doesn't gets updated and following error is displayed.
Following message is displayed: Error! The requested URL returned 500 - Internal server Error
I converted the TimeSpan fields to DateTime in View Model. Also, Timestamp field is displayed as string in the Grid column. I had to do this as after reading the threads on MVC Grid forum - I came to conclusion that grid does not support Timestamp and timespan fields.
Attached is the code of the sample project
Thank you
Anil Panjwani