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

RadGrid GroupHeaderItemStyle

3 Answers 85 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Prabha
Top achievements
Rank 1
Prabha asked on 16 Jun 2014, 09:52 AM
Hi All,

I need to set font size in GroupHeaderItemStyle. but it does not work when i set value for GroupHeaderItemStyle-Font-Size in MasterTableView or Font-Size in GroupHeaderItemStyle tab. May i know the reason why its not working?

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 17 Jun 2014, 05:22 AM
Hi Prabha,

I have tried to replicate the same with 'GroupHeaderItemStyle-Font-Size' and it is working as expected. Also you can achieve the same by overwriting the default css as shown below.

CSS:
.RadGrid_SkinName .rgGroupHeader
   {
       font-size:24px !important;
   }
Hope this will help you.

Thanks,
Princy
0
Prabha
Top achievements
Rank 1
answered on 19 Jun 2014, 10:46 AM
hai Princy!
 Thanks for your reply. But this is not work for me. Can you tell me any other way to do this?
0
Princy
Top achievements
Rank 2
answered on 19 Jun 2014, 12:06 PM
Hi Prabha,

Unfortunately I couldn't replicate the issue. Can you please provide your code for further help?

Thanks,
Princy. 
Tags
Grid
Asked by
Prabha
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Prabha
Top achievements
Rank 1
Share this question
or