You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi jingwood,
is there a easy method to let the user fill a cell only with given subset of chars , with a mask, wildcard or smth alike?
I need also to show it to user that not any value is accepted (example: phone +?-???-???-?????)
thanks much for your work & support
best
The text was updated successfully, but these errors were encountered:
Unfortunately, ReoGrid currently does not support that feature. However, you can implement it using the worksheet events CellEditCharInputted and CellEditTextChanging if you wish.
Hi jingwood,
is there a easy method to let the user fill a cell only with given subset of chars , with a mask, wildcard or smth alike?
I need also to show it to user that not any value is accepted (example: phone +?-???-???-?????)
thanks much for your work & support
best
The text was updated successfully, but these errors were encountered: