Hi Telerik Team,
Need some help on CSS for Grid.
Follwing things have been done:
1) On "Grid.Office2007.css" I overwrited the
div.RadGrid_Office2007
{
background: yellow;
color: red;
}
but never reflected on Actual Grid of the application.
2) Similarly I put the above code on Actual Page of the application it works fine.
3) Then i put the same code on Seperate CSS file and referred in actual application and assign CSSClass for Grid as "RadGrid_Office2007 " as in stylesheet, But it never worked and doesnt overwrite.
Now the problem is i cannot put the point no 2 on all pages, since it will not be correct way of doing,
Can you please suggest the solution for point no 3 or point no 1, So that it will easy for refrence..?
Regards
Sudhakar