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

Highlight Rows (conditional)

2 Answers 74 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Manoj
Top achievements
Rank 1
Manoj asked on 06 Oct 2010, 02:44 PM
Hi,

we have a requirement to display a set of rows in a grid. The data that will be displayed consists of two types of entities(say active entities and inactive entities). When these entities are displayed in the single grid, i need to highlight the inactive entities by using a custom font-color (say red). But this custom font color will not be reqired for the other entities(active entities). Is there anyway to achieve this in telerik rad grid control in the server side code?

Ex: if the grid has 6 rows, i need the below listed functionality

Row 1 (active row) [normal color]
Row 2 (active row) [normal color]
Row 3 (inactive row) [red color]
Row 4 (active row) [normal color]
Row 5 (inactive row) [red color]
Row 6 (active row) [normal color]

Thanks,
Manoj

2 Answers, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 06 Oct 2010, 03:07 PM
Hello Manoj,

Please read

http://www.telerik.com/help/aspnet-ajax/grdconditionalformatting.html

All the best,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Manoj
Top achievements
Rank 1
answered on 06 Oct 2010, 05:38 PM
Thank you, That helped! :-)
Tags
Grid
Asked by
Manoj
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Manoj
Top achievements
Rank 1
Share this question
or