Hi
I have Radgrid with few GridDateTimeColumn and it is bound to Datetime column from database, and i have null values in datetime column in my database, problem is i have griddatetimecolumn binded to datetime column but it show error if value from database is null
example.
<telerik:GridDateTimeColumn DataField="ApplicationDate" DataType="System.DateTime" |
HeaderText="ApplicationDate" SortExpression="ApplicationDate" |
SelectedDate='<%# Bind( "ApplicationDate" ) %>' UniqueName="ApplicationDate" /> |
now '<%# Bind( "ApplicationDate" ) %>' also contains null value if there is any date in database then there is no problem but if there is null value then it shows error : Sys.WebForms.PageRequestManagerServerErrorException:
Please help me to resolve this i want to have GridDateTimeColumn in radgrid but with it also accepts null date value.
Kind Regards:
Harinder Singh
McConnell Dowell
Singapore