Hi,
I am new to Flash and AS3.
I have a DataGrid like this
Item Percentage
A 20%
B 7.5%
The percentage column is editable.
It is working atm, but I am just looking to enhance user interaction, so my questions is:
How do you restrict user input to only 0-9, . and %.
And when they finished editing a cell, add "%" if it is not already there.
Thank you in advance :)