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

Close event

2 Answers 35 Views
ModalView
This is a migrated thread and some comments may be shown as answers.
Andrea
Top achievements
Rank 1
Andrea asked on 24 Mar 2014, 02:27 PM
I have a modelview made with this code: 
<div data-role="modalview" id="windowPopup" data-modal="false" data-close="closeFunction"> 
<ul data-role="listview" data-style="inset" data-type="group"> 
<li>
.....
</li>
</ul>
</div> 

The function closeFunction () is never started. 
This is because data-modal false? Is there a solution? 

I've tried using the data event-open and it works well. 

I tried with 2014.1 318 and 2013 versions.

2 Answers, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 24 Mar 2014, 03:11 PM
Hi Andrea,

I have managed to reproduce this and it looks like a bug with the Kendo UI Mobile ModalView. I have logged it in our internal bug tracker, and as soon as I have more information I will get back to you.

As a small gesture of gratitude I have updated you Telerik Points balance.

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Kiril Nikolov
Telerik team
answered on 28 Mar 2014, 10:47 AM
Hello Andrea,

I am happy to inform you that the issue has been fixed. The patch will be available with the next internal build, that will most probably be released today.

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
ModalView
Asked by
Andrea
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Share this question
or