Completed
Last Updated: 14 Oct 2021 10:46 by ADMIN
Pete
Created on: 10 Feb 2014 00:15
Category: Kendo UI for jQuery
Type: Feature Request
1
Make common elements publicly accessible
Make common elements publicly accessible.  

Most notably, root objects like ui.Widget, ui.List, and data.DataSource objects, and sub functions like parseOption and parseOptions, are all internally referenced.  You cannot extend any of them to provide global functionality to the elements that inherit from them.

kendo.ui.List and kendo.data.DataSource were particularly frustrating to debug, since the externally available versions are only copies of the real internal objects.  I tried to add global functionality that never worked until I realized that the real inherited objects were closure objects.
0 comments