Hi,
Radgrid I am using needs different color for each row based on some attributes of data, when I set background color of each item using cssclass or c# code, hovered items and selected items are highlighted partially.
How can I use custom color to each row and also highlight 100% row height, I am using skin to set css for rest of the grid controls.
foreach (GridDataItem item in rgTicketsGrid.Items) {
item.CssClass = "RadBackGround";// item.BackColor = Color.FromArgb(iBackColor);
}
.RadBackGround
{
background-color:Gray !important;
}
Thanks,
Prava
Radgrid I am using needs different color for each row based on some attributes of data, when I set background color of each item using cssclass or c# code, hovered items and selected items are highlighted partially.
How can I use custom color to each row and also highlight 100% row height, I am using skin to set css for rest of the grid controls.
foreach (GridDataItem item in rgTicketsGrid.Items) {
item.CssClass = "RadBackGround";// item.BackColor = Color.FromArgb(iBackColor);
}
.RadBackGround
{
background-color:Gray !important;
}
Thanks,
Prava