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

Next Button functionality

1 Answer 62 Views
Wizard
This is a migrated thread and some comments may be shown as answers.
binny
Top achievements
Rank 1
binny asked on 06 May 2016, 07:50 PM

Hello,

I need some help on how to control the next button , I am having an application where I have to host a short video and until that video has finished playing I don't want to enable the next button.

I tried few ways through JS but was not able to achieve it , Please help

1 Answer, 1 is accepted

Sort by
0
binny
Top achievements
Rank 1
answered on 10 May 2016, 06:42 PM

Figured it out

Call html video onended method and then

 var $ = $telerik.$;

 $(".rwzNext").hide();

Tags
Wizard
Asked by
binny
Top achievements
Rank 1
Answers by
binny
Top achievements
Rank 1
Share this question
or