This is a migrated thread and some comments may be shown as answers.

Add image in conditional formatting

1 Answer 126 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Manikandan
Top achievements
Rank 1
Manikandan asked on 25 Jun 2009, 12:44 AM
Is it possible to add a image while condition Formatting in RadGridview? How to disable virtualization in Radgridview?

1 Answer, 1 is accepted

Sort by
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.
 
Write back if you need further assistance.

Kind regards,
Victor
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
GridView
Asked by
Manikandan
Top achievements
Rank 1
Answers by
Victor
Telerik team
Share this question
or