When looking through the code, I don't see a manager class for DataSource instances (or a simple master list), which I need to add KednoUI support to Illuminations for Developers[1]. I can add a patcher that alters the KendoUI source as it's loaded on every site that uses it (I do this for YUI3), but I'd rather not do that as it can be dangerous.
I have the same issue with widgets, but I can use the somewhat slow method of searching through all of jQuery's internal 'data' structures to find KendoUI widgets that are rendered to the page.
Any suggestion on how to get all the instantiated DataSource instances on a given web page?
[1] http://www.illuminations-for-developers.com/
I have the same issue with widgets, but I can use the somewhat slow method of searching through all of jQuery's internal 'data' structures to find KendoUI widgets that are rendered to the page.
Any suggestion on how to get all the instantiated DataSource instances on a given web page?
[1] http://www.illuminations-for-developers.com/