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

Font Change Big Font,but paging is Word displacement

2 Answers 64 Views
GridView
This is a migrated thread and some comments may be shown as answers.
wei
Top achievements
Rank 1
wei asked on 14 Jun 2014, 02:33 AM
can Setting it? tks.

2 Answers, 1 is accepted

Sort by
0
wei
Top achievements
Rank 1
answered on 14 Jun 2014, 10:58 AM
Sorry,png name no change
0
Stefan
Telerik team
answered on 18 Jun 2014, 07:59 AM
Hi Wei,

Thank you for writing.

The current layout of the paging panel has a maximum size set for the command bar row element, which causes the undesired appearance. Once you remove this setting, the row element will get its size as needed: 
radGridView1.GridViewElement.PagingPanelElement.CommandBarRowElement.MaxSize = Size.Empty;
radGridView1.Font = new Font("Arial", 22);

I hope this helps.

Regards,
Stefan
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
GridView
Asked by
wei
Top achievements
Rank 1
Answers by
wei
Top achievements
Rank 1
Stefan
Telerik team
Share this question
or