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

How Can I changed the tooltip of Edit button or Add button or Deleted button in DataForm Globalization?

4 Answers 94 Views
DataForm
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 22 Jun 2012, 10:40 PM
Hello 


I need change the ToolTip Text of button Add, Delete,Edit in RadDataForm, How I can doing for codebehind of for style, or implementing a class of globalization to ready for all RadDataForm in all application

I Have an application in silverlight 5 

Thanks a lot

Whait for you answer



4 Answers, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 25 Jun 2012, 07:37 AM
Hello,

 You could edit the template of the DataForm and change it as per your requirement. I would recommend you to check this help article where the template structure of the DataForm is explained.

All the best,
Didie
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
John
Top achievements
Rank 1
answered on 25 Jun 2012, 07:15 PM
Thanks a lot
0
Peter
Top achievements
Rank 1
answered on 18 Dec 2013, 04:29 PM
The article dos not help me. I don't want to use Blend and Templates.

 All I want to do is change the Tooltip of the Add-Button on an existing RadDataForm (WPF). in code behind during runtime.
For example: In some occasions it should say "Add new xxx" and in other occasions it should say "Add new yyy" 
0
Dimitrina
Telerik team
answered on 19 Dec 2013, 09:16 AM
Hi,

The Add-Button is actually a RadButton and its name is "AddNew".
You can try working with ChildrenOfType<T>() extension method to find this element and then extend it as you would like to. 

Regards,
Didie
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
DataForm
Asked by
John
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
John
Top achievements
Rank 1
Peter
Top achievements
Rank 1
Share this question
or