This is a migrated thread and some comments may be shown as answers.

Possible Bug in DateTime? Bound column in the grid

2 Answers 35 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
dani
Top achievements
Rank 1
dani asked on 03 Apr 2011, 01:27 PM
This code used to work before,
But now it doesn't.
I've tried to apply the 322 patch but the result is the same.
I have a Grid, RTL, Ajax Bound,
with a simple DateTime? Column.
IT shows the data perfectly, and also allows edit using a datetime picker, but when posting to the ajax function,
either the column is completely ignore (if it's a new line or was null before)
or it is sent with the original value (and not the changed one)

I'm pretty sure this code worked before.

the grid is bound to a list of a very simple object (POCO)
and everything else works as expected.
I can see using firebug that the DateTime's column values are not posted to the app.

Any Ideas ?

2 Answers, 1 is accepted

Sort by
0
Enrique Albert
Top achievements
Rank 1
answered on 03 Apr 2011, 03:25 PM
See my post and comments, I had the same problem and I was able to get a later patch that the one you mention. It should resolve the problem with Ajax.
0
dani
Top achievements
Rank 1
answered on 03 Apr 2011, 03:35 PM
Thanks Albert,
I'm on my way to solve this issue, but for some reason, once I manually installed the 322 version, the first load of the page takes 1.30 min, than everything is back ok, so I'm working that for now (and going back to 315) and I think my problem is solved at the moment with adding Data Annotation to the Date type in the POCO class.
Tags
Grid
Asked by
dani
Top achievements
Rank 1
Answers by
Enrique Albert
Top achievements
Rank 1
dani
Top achievements
Rank 1
Share this question
or