I have a problem with Radgridview
At designtime i do not know what columns my grid will displa, so i am creating an object datatable at runtime and binding the gridview to this datatable object
The datatable object has rows and columns. each column has a datatype.
The problem occurs if a datetime column has a null value
the grid displays it as 01/01/0001
i want the convertor to be working but since i do not have any columns at design time, i do not know how to specify this convertor at runtime.
Also i am not able to relrieve the cell values for this grid
It displays "could not evaluate expression" something like this
is there a way to specify convertor on an event in gridview?
thank you for your attention
At designtime i do not know what columns my grid will displa, so i am creating an object datatable at runtime and binding the gridview to this datatable object
The datatable object has rows and columns. each column has a datatype.
The problem occurs if a datetime column has a null value
the grid displays it as 01/01/0001
i want the convertor to be working but since i do not have any columns at design time, i do not know how to specify this convertor at runtime.
Also i am not able to relrieve the cell values for this grid
It displays "could not evaluate expression" something like this
is there a way to specify convertor on an event in gridview?
thank you for your attention