Completed
Last Updated: 21 Aug 2020 15:54 by ADMIN
Release R3 2020
Radu
Created on: 05 Jun 2019 21:36
Category: GridView
Type: Bug Report
0
GridView not correctly drawn

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.

Attached Files:
1 comment
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 06 Jun 2019 11:21
Hello, Radu,       

Indeed, the bottom grid's border is missing with TelerikMetro theme. I have logged it in our feedback portal by making this thread public. You can track its progress, subscribe for status changes and add your comments on the following link - feedback item.

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

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.