I have created a custom widget based on the tutorial: http://docs.kendoui.com/howto/create-custom-kendo-widget
if I try to do: $( '#widgetId' ).data( 'kendoMyCustomWidget' ).something();
This doesn't work or:
$( '#widgetId' ).data( 'MyCustomWidget' ).something();
This is how the kendoWindow API example references internal methods and I would like to be able to do this also.
Any ideas?
Thanks.
if I try to do: $( '#widgetId' ).data( 'kendoMyCustomWidget' ).something();
This doesn't work or:
$( '#widgetId' ).data( 'MyCustomWidget' ).something();
This is how the kendoWindow API example references internal methods and I would like to be able to do this also.
Any ideas?
Thanks.