GridView is not correctly drawn if it's not populated and the theme is set to "TelerikMetro" or "TelerikMetroBlue" (the bottom line is missing).
Steps to reproduce the behavior: create a RadForm, add a RadGridView to it and set the theme to "TelerikMetro" or "TelerikMetroBlue" by using ThemeResolutionService.ApplicationThemeName.
I have also updated your Telerik points.
Currently, the possible solution that I can suggest is to apply the bottom margin for the TableElement:
ThemeResolutionService.ApplicationThemeName =
"TelerikMetro"
;
this
.radGridView1.TableElement.Margin =
new
Padding(0, 0, 0, 1);
I hope this information helps. If you need any further assistance please don't hesitate to contact me.
Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik