I get this error when switch in edit mode for my grid.
The column causing this is a GridDateTimeColumn which has display='false' in grid declaration.
And it displays correctly when in non edit mode.
??
Last RadControls version, IE7.
Seems a bug ?
CS
1 Answer, 1 is accepted
0
Sebastian
Telerik team
answered on 16 Feb 2009, 04:59 PM
Hi Christian,
I suspect that the error stems from the fact that the default MinValue setting for date picker in the GridDateTimeColumn is equal to SQL smalldatetime min value. Does changing the min value for the date picker editor programmatically inside the ItemCreated handler of the grid as follows: