When I delete the contents of a cell I get the "Unable to update data error: DBNull cannot be converted to type..." How can I allow this?
To avoid this error
you have to add a line of code as follows
band.Columns["ColumnName"].Nullable = Infragistics.Win.UltraWinGrid.Nullable.Nothing;
Regards,
Manoj kumar
09840507975