I have a raddatepicker control inside the edititemtemplate of the grid.
I use databinding ststement as SelectedDate='<%# "OrderDate" %>
In case of insert or if the data is null for the OrderDate column it throws an error beacuse it is not able to bind the data.
How can i use the datepicker with gridtemplatecolumn.
I use databinding ststement as SelectedDate='<%# "OrderDate" %>
In case of insert or if the data is null for the OrderDate column it throws an error beacuse it is not able to bind the data.
How can i use the datepicker with gridtemplatecolumn.