WidgetInstance
methodsReturns a Kendo UI widget instance, attached to the provided element. This method can be used in scenarios when the page (e.g. a form) contains both generic HTML elements and Kendo UI widgets and the exact distribution is not clear.
Parameters:elementjQuery
Returns:Object
The DOM element that may have a Kendo UI instance attached to it.
The Kendo UI widget instance with all applicable methods and fields, if the instance is attached to the provided element.