Hi team,
I am using SfDataGrid to capture and display data. I am making using of different column types for my columns example GridCurrencyColumn, GridNumericColumn etc.
When using GridCurrencyColumn I would like to know how can I prevent user from pasting Alphabets or invalid characters into the textbox when the cell is in EditMode.
The cell/column prevents me from entering any alphabets from key board but when I do a Ctrl+V i.e. paste in the cell when in edit mode the value defaults to zero and I loose the original value that was already captured.
Is there a way to restrict this from happening and retain previously entered value when any invalid data is being pasted in edit mode of currency column.
Let me know if you need any additional information.
Thanks,
Srikanth V