Posted 7 June 2022, 4:18 am EST
Hi, I would like to specify a valid number range in my cell. Does the editMask accept regex to limit the range? I would like to set the range to be 0 - 300 and tried setting the editMask to [0123]## Unfortunately, the [0123] is displayed as a literal. The alternative approach that I have seen in the code is to set up a valueItems collection for each value that is accepted. thanks for your help dan