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

event when done loading KENDO

1 Answer 107 Views
Application
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 2
Michael asked on 17 Feb 2012, 10:06 PM
Hi,

I'm wondering if you have an event when kendo is done with it's adding of css to my html.  I'd like to make some changes once that is done.  Right now they get over written even though I have this on the FIRST line in the $(document).ready.
var app = new kendo.mobile.Application(document.body, { layout: 'main', transition: 'slide' });

1 Answer, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 20 Feb 2012, 11:06 AM
Hi,

I think that the application view show event would work for your case - you can check the documentation here:

http://www.kendoui.com/documentation/mobile/application/events.aspx


All the best,
Petyo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Application
Asked by
Michael
Top achievements
Rank 2
Answers by
Petyo
Telerik team
Share this question
or