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
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
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
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
;
}
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