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?
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.
The column is of text type.
I've set the MaskInput to "DATA1 nnnn DATA2 n"
Have you any examples of datafilters?
There are a couple of sample data filters in the Infragistics Knowledge Base. Do a search for DataFilter.