New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

Change the background color of a RadGrid column

Environment

ProductRadGrid for ASP.NET AJAX

Solution

You can use the following approach to achieve this requirement:

ASP.NET
<telerik:GridClientSelectColumn UniqueName="SelectColumnName">
    <ItemStyle BackColor="LightCyan" />
</telerik:GridClientSelectColumn>

And if you want to accomplish that for every grid cell, you can set this property on a more global scale:

ASP.NET
<telerik:RadGrid ... >
            <ItemStyle BackColor="LightCyan" />
            <AlternatingItemStyle BackColor="LightCyan" />
In this article
EnvironmentSolution
Not finding the help you need?
Contact Support