Hi All,
When I set column's style to ColumnStyleEnumeration.DoubleWithSpin and also set the maskinput to nnn.nn then degits after decimal point does not appear in the field.It either floor the value or ceil the value
how can I tackle the issue?
Yogesh
Hi Yogesh,
The first thing I would look at is the DataType of the column. Make sure it's double. It sounds to me like it might be integer.
If that doesn't help, you should Submit an incident to Infragistics Developer Support
Mike,
I have 2 more question regarding merging the cells of a particular column.
1) I have column while loading the grid I get the information about which are the consecutive cells I want to merge from that column
e.g. cell number 1,2,3 and 7,8,9 from column 2 I want to merge
how can I do this?
2) I have used UltraMaskedEdit control as an editor for the cell, now I want to put the grid in edit mode when I double click the cell.
Doing this wont allow me to edit the UltraMaskedEdit control which I have used as an editor? Particular cell never enters into edit mode
thanks,
thank you Mike,
I checked the data type. It is float not double but infragistics don't have floatwithspin columnstyle so I used double.