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

View event "beforeHide" is not firing

1 Answer 82 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Peter
Top achievements
Rank 1
Peter asked on 03 Sep 2013, 02:58 PM
When I try out the order in which the events of a view are fired, like this:

    <div data-role="view" data-layout="phoneLayout"
        id="settingsView"
        data-model="app.viewBehind.settings.viewModel"
        data-before-show="app.viewBehind.settings.beforeShow"
        data-init="app.viewBehind.settings.init"
        data-show="app.viewBehind.settings.show"
        data-before-hide="app.viewBehind.settings.beforeHide"
        data-hide="app.viewBehind.settings.hide">
[...]
    </div>

the beforeHide event (described here:  http://docs.kendoui.com/api/mobile/view#events-beforeHide) does not fire at all. Curiously enough, i cannot find any reference to "beforeHide" in the kendo.all.min.js sources. Is this a version related issue? I'm using kendoui.complete.2013.2.716.trial .

TIA Peter


1 Answer, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 04 Sep 2013, 07:48 AM
Hello Peter,

The "beforeHide" will be available with the next internal build. I apologize for the inconvenience caused, but in the beginning we planned to include this for the next big release of Kendo UI, but decided to launch it sooner, so people can take advantage of it.

So once again accept my apologizes, and just upgrade to the next internal build (version higher than 2013.2.903) and you will be able to use the beforeHide event.
 
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
General Discussions
Asked by
Peter
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Share this question
or