Is it possible to add a image while condition Formatting in RadGridview? How to disable virtualization in Radgridview?
1 Answer, 1 is accepted
0
Victor
Telerik team
answered on 26 Jun 2009, 06:39 PM
Hi Manikandan,
There are two kinds of virtualization in RadGridView, UI virtualization and data virtualization. The UI virtualization cannot be modified. The data virtualization can be turned on or off via the RadGridView.VirtualMode property.
The conditional formatting mechanism does not support images but you can achieve a similar effect with the ViewCellFormatting event. There you can perform your own logic and put an image inside the cells that meet or do not meet your conditions.