I am setting the regex pattern for a double on a ultra grid column and i would like to have the thousands seperators set in the mask input. I dont know the number of decimal places the input will have. I just have to add the thousands seperator to whatever the input data is. How do I do this do this?
I tried a few things..like "#,###.###"...all these fixes the number of numeric/decimal digits.
Thanks
Hi,
I don't think there's any way to specify an indefinite number of thousands separators in a mask. You can use the Format property of the column to format the data with separators when the cell is not in edit mode. But the mask has to be specific.