Hi Telerik team, I working with RadPageView in strip view mode. I this mode the button More show the tooltip “Add New Page”. How I can change this tooltip by another? For example “Add new playlist” . Thank you ahead of time and sorry for my English
2 Answers, 1 is accepted
0
Stefan
Telerik team
answered on 20 Sep 2012, 05:55 AM
Hi Miguel,
Thank you for writing.
There are two ways to change this text:
1. Use a localization provider with modified text for NewItemTooltipText. Information about this can be found here: http://www.telerik.com/help/winforms/pageview-localization.html
2. Set the text manually in code:
RadPageViewStripElement el = radPageView1.ViewElement as RadPageViewStripElement;