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
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:
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.