Chayaphon
2022-07-25T02:57:46Z
With iGrid(.NET6.0)

How to only allow numeric input (0 to 9 and decimal point) and display DropDownList values in iGrid Column?

Thank you


Igor/10Tec
2022-07-26T06:24:48Z
If I understand you right, you have a cell with an attached drop-down list and the ability to edit cell text from the keyboard. If so, you can filter out unneeded chars during text editing in an event handler of the TextBoxFilterChar event.