Hi,
I have a problem with GridViewDecimalColumn.
Current scenario :
A) Value = 5
B) User delete value in cell
C) User provoque endEdit
D) Value = DBNull
E) application crash (not because of telerik)
My need :
A) Value = 5
B) User delete value in cell
C) User provoque endEdit
D) Value = DBNull, so it's not valid
E) Value = 5
My question is, is there a way, when a cell == DBNull, to retrieve previous value? I tried the "Close editor when validation failed" but it crash again.
Best regards,
Fabien
I have a problem with GridViewDecimalColumn.
Current scenario :
A) Value = 5
B) User delete value in cell
C) User provoque endEdit
D) Value = DBNull
E) application crash (not because of telerik)
My need :
A) Value = 5
B) User delete value in cell
C) User provoque endEdit
D) Value = DBNull, so it's not valid
E) Value = 5
My question is, is there a way, when a cell == DBNull, to retrieve previous value? I tried the "Close editor when validation failed" but it crash again.
Best regards,
Fabien