Hi,
I've used to switch on debug version to understand how to use some widget because of poor documentation in the 2013 version.
In my reminder the js dependencies were handled with the kendo_module :
kendo_module({
id: "combobox",
name: "ComboBox",
category: "web",
description: "The ComboBox widget allows the selection from pre-defined values or entering a new value.",
depends: [ "list" ],
But this seems to be removed with the 2014 version. So i've a lot of exceptions in the console and my application is broken.
What is the new way to debug kendo ui with the full commercial version ?
Thanks
- Ced -
I've used to switch on debug version to understand how to use some widget because of poor documentation in the 2013 version.
In my reminder the js dependencies were handled with the kendo_module :
kendo_module({
id: "combobox",
name: "ComboBox",
category: "web",
description: "The ComboBox widget allows the selection from pre-defined values or entering a new value.",
depends: [ "list" ],
But this seems to be removed with the 2014 version. So i've a lot of exceptions in the console and my application is broken.
What is the new way to debug kendo ui with the full commercial version ?
Thanks
- Ced -