This is a migrated thread and some comments may be shown as answers.

Command bar

4 Answers 76 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 09 May 2016, 03:24 PM

Has there been a change to the height of the command bar for the grid with the Material theme?  I did a test install and one of the issues that I have with it is that the command bar height seems to be the same as any content.  Before there was some padding or a margin to force some extra height to it.  I'm interested to hear if this is a bug or if there has been a change to the skin.

Regards

Jon

 

4 Answers, 1 is accepted

Sort by
0
Galin
Telerik team
answered on 12 May 2016, 03:28 PM
Hello Jon,

The appearance of the command bar is unified with the RadToolBar, so there is a visual consistency between the both RadControls. For more information please refer to the following blog post
http://www.telerik.com/blogs/visual-and-dimension-improvements-in-ui-for-asp.net-ajax

Additionally this appearance is according to the Google Material Guideline.


Regards,
Galin
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
Jon
Top achievements
Rank 1
answered on 13 May 2016, 11:13 AM

Hi Galin

I'm not sure that it is working properly.  The attached image shows the Q1 rendering on the left against the Q2 rendering on the right.  Q1 is material while Q2 is wrong.  

Sadly the demo page seems to have been removed in the last couple of days

Regards

Jon

0
Jon
Top achievements
Rank 1
answered on 13 May 2016, 12:07 PM

To fix this I have added a style that wasdefinitly present in the Q1 release.  Style missing is as below:

/* Fixes missing padding in 2016 Q2 */
.RadGrid .rgCommandCell
{
    padding:.83333em .41667em!important;
}

0
Galin
Telerik team
answered on 18 May 2016, 11:44 AM
Hello Jon,

Based on the provided screenshots I assume you are using a template and it seems this styles are eligible for your scenario.

Regards,
Galin
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Grid
Asked by
Jon
Top achievements
Rank 1
Answers by
Galin
Telerik team
Jon
Top achievements
Rank 1
Share this question
or