If I create simple class that extends the RadGridView:
public class MyGrid : RadGridView
{
}
If I put this grid on my form, the grid just renders text, the column headers have no background, either do the cells. How can I subclass the RadGridView and still have the default styling apply?