Dear all,
In the cells in the ultragrid, I want to set the number format, 99999.99
Is there any proper way to restrict the user input??
On the other hand I have set the max value of the cells in the designer view. But Don't know why when there are 3 decimal places, it is allowed??
Do you know why??
You can set the UltraGridColumn.MaskInput property to (for example) "nnnnn.nn". The Format property applies only to the display format for the cell, whereas the MaskInput property is used to enforce character input rules.
It does not work. I don't see masked input in the ultragrid column. Moreover, is there any other method??