Hello,
I´m using "Infragistics NetAdvantage for .Net 2008 Volume 3 CLR 2.0". In my application i have an ultraGrid. The DataSource is directly bound to an DB. In the database are only numbers, no units. In Some Cells I have to display an unit, e.g. "Nm", "PS", "hp", "KW".
Now I have difined an MaskInput like this : nn.nn \\h\\p
This will displayed in the active cell correctly like "2.5 hp".
Now my problem is, that te unit is only displayed when the cell is activated. But it must be displayed in all cells with an unit also when they are not activated.
Have any one an idea? I need help? Thanks a lot?
Greetings
Also sorry for my english!
Hi,
MaskInput only applies to the cell when it is in edit mode. When not in edit mode, use the Format property.
Thank you, thats it. I´m very glad.
It can be so easy!