Hi Telerik Support,
Good Day ;)
I am working on the following requirements:
We tried to implement the Requirement #3 by adding some logic in CellValidating Event to intercept for "L" and change the e.Cell.Value accordingly. But it seems to be not working.
What would you recommend to implement the Requirement #3?
Thanks
Ric Yik
Good Day ;)
I am working on the following requirements:
- Requirement #1: Implement a RadGridView which allows Cell Editing
- Requirement #2: All Inputs are numeric. We currently have implemented a CellValidating event to check for numeric input.
- Requirement #3: There are some special key that can allow some numeric value to be inserted. For example if we input "L" into the editing cell, we expect the value will be replaced with a number 1234567.
We tried to implement the Requirement #3 by adding some logic in CellValidating Event to intercept for "L" and change the e.Cell.Value accordingly. But it seems to be not working.
What would you recommend to implement the Requirement #3?
Thanks
Ric Yik