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

Increase Data Pager Button's and Textblock's Height.

2 Answers 108 Views
DataPager
This is a migrated thread and some comments may be shown as answers.
Rahul
Top achievements
Rank 1
Rahul asked on 17 Feb 2015, 05:44 AM
Hi Support,

I want to increase the height and width of the Rad Data Pager's buttons and the TextBlock. As it is very small in sizing. As I am trying to give some custom style but still I do not know how to increase its Height. Please help me.

Have a look into the attached screen-shot.

Thanks
Rahul

2 Answers, 1 is accepted

Sort by
0
Accepted
Stefan
Telerik team
answered on 18 Feb 2015, 12:34 PM
Hi Rahul,

A possible way of changing the default RadDataPager style is to use the NoXAML binaries with Implicit styles as described in the Setting a Theme (Using Implicit Styles) documentation article.

In Telerik.Windows.Controls.Data.xaml file please search for the following ControlTemplate:
<ControlTemplate x:Key="DataPagerPresenterTemplate" TargetType="dataPager:DataPagerPresenter">

Within it you should be able to find each RadButton and also the TextBox.
<dataPager:DataPagerTextBox/>

Then you can manipulate their Height and Width properties according to your requirements.

Let me know if you need any further assistance.

Best Regards,
Stefan
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Rahul
Top achievements
Rank 1
answered on 18 Feb 2015, 05:02 PM
Thanks so much. It works for me. 

Thanks
Rahul
Tags
DataPager
Asked by
Rahul
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Rahul
Top achievements
Rank 1
Share this question
or