Hi,
when i use this code
Band[0].Override.CellDisplayStyle = CellDisplayStyle.FormattedText;
Image column and check box column not showing properly. For example check box column shwing like true or False .
Because of that code we can get the tool tip properly. Or else half of the column text removed in tool tip.
Is there any idea for this scenario?
Thanks in Advance
When you set the CellDisplayStyle property on the band's Override, all columns in that band will have that style. You should just set it on the one column in which you want to display formatted text (see UltraGridColumn.CellDisplayStyle).