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

How to add the tooltip for the RadWizardstep

1 Answer 78 Views
Wizard
This is a migrated thread and some comments may be shown as answers.
Miriam
Top achievements
Rank 1
Miriam asked on 04 Jul 2018, 06:37 PM

Hi,

Can you please let me know how to add the tooltip when the mouse over the title  for the RadWizardStep 

Thanks,

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 05 Jul 2018, 03:30 PM
Hello Miriam,

You can use the ToolTip property of the wizard steps. Here's an example and you can find attached below the expected result.

<telerik:RadWizard runat="server" ID="RadWizard1" RenderMode="Lightweight">
    <WizardSteps>
        <telerik:RadWizardStep Title="first" ToolTip="one">
            first step
        </telerik:RadWizardStep>
        <telerik:RadWizardStep Title="second" ToolTip="two">
            second step
        </telerik:RadWizardStep>
    </WizardSteps>
</telerik:RadWizard>


Regards,
Marin Bratanov
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Wizard
Asked by
Miriam
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or