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

How to add the tooltip for the RadWizard buttons Next/Previous/Finish...etc?

2 Answers 91 Views
Wizard
This is a migrated thread and some comments may be shown as answers.
Burepalli V S Rao
Top achievements
Rank 1
Burepalli V S Rao asked on 20 Feb 2016, 02:22 PM

Hi,

              Can you please let me know how to add the tool tip for the RadWizard buttons Next/Previous/Finish buttons…etc?

Thanks,
BVS Rao.

2 Answers, 1 is accepted

Sort by
0
Veselin Tsvetanov
Telerik team
answered on 23 Feb 2016, 11:25 AM
Hello,

The RadWizardControl does not expose property to set tool-tips on navigation buttons.

However you could manually set the tool-tip value for a specific button type using jQery, selecting it by class:
function pageLoad() {
       $telerik.$(".rwzNext").attr("title", "Next button");
}

Regards,
Veselin Tsvetanov
Telerik
0
Burepalli V S Rao
Top achievements
Rank 1
answered on 24 Feb 2016, 04:09 PM
Thanks it worked
Tags
Wizard
Asked by
Burepalli V S Rao
Top achievements
Rank 1
Answers by
Veselin Tsvetanov
Telerik team
Burepalli V S Rao
Top achievements
Rank 1
Share this question
or