Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
215
MaskInput
posted

Hi,

 I have created a cell which has an input mask in a ultrawingrid but am having problems

The cell should have the following mask -

DATA1 nnnn, DATA2 n

I want to be able to just enter -

DATA1     1, DATA2 1

But as soon as I leave the cell the value becomes -

DATA1  11, DATA

Is it possible to do this? 

 

Parents
  • 469350
    Verified Answer
    Offline posted

    I'm not sure how this would work. What's the data type of this column? A column can only store a single value, so my guess is that the value becomes 11 when you enter  "DATA1     1, DATA2 1" and so when the cell reads it back out, it gets confused about where to put the digits.

    You might be able to acheive what you want using a DataFilter, but I'm really not sure how this would be possible with a mask.  

Reply Children