Completed
Last Updated: 20 Nov 2014 18:39 by ADMIN
Don
Created on: 10 Aug 2012 04:02
Category: Kendo UI for jQuery
Type: Feature Request
2
window's .restore() does not return window
It looks like .restore() doesn't return the window object as it should, breaking chaining.

Example:

- This works:
mywin.data('kendoWindow').title("hi").open().toFront().restore(); 

- This does not work.  It will throw "Cannot call method 'toFront' of undefined" in latest version of Chrome.
mywin.data('kendoWindow').title("hi").open().restore().toFront();
1 comment
manju
Posted on: 19 Aug 2012 10:12
how to bind kendo drop down within  normal asp griedview control as new template asp.net