Hi,
I have a small problem with some styles.
I have this example code:
The problem is that I had the table from beginning with the css-class and now I added the grid into it and the grid inherits the styles from the tables css class so it doesn't look like the Default skin anymore.
Can I make some easy change so the table has its own styles and the grid looks like Default skin?
I have tried but I cant figure it out how to fix it without to much changes!
I have a small problem with some styles.
I have this example code:
| <style> |
| .edittable tr td {background-color:#ffffff;} |
| </style> |
| <table class="edittable"> |
| <tr> |
| <td> |
| <telerik:RadGrid Skin="Default" ... ></telerik:RadGrid> |
| </td> |
| </tr> |
| </table> |
The problem is that I had the table from beginning with the css-class and now I added the grid into it and the grid inherits the styles from the tables css class so it doesn't look like the Default skin anymore.
Can I make some easy change so the table has its own styles and the grid looks like Default skin?
I have tried but I cant figure it out how to fix it without to much changes!
