HI, thanks for the reply, but this is only a part of the solution for me.
If I need different controls in different pages, for all with this solution for every page I need to load all the controls javascript (only the first page, then the others have the javascript cached).
I have seen that in the installation folder the javascript file for the single controls are present,even minified.
There is a way, without the require.js to load the needed javascript for each control seamlessly or do I need to specify all explicitely
For example if I have a grid, I need to load the ejgrid.js and the ejToolbar.js, ej.datamanager, and all.
There isn't a way to simplify the process?
This will also resolve a problem I always have in Visual Studio that when I have a javascript error inside the ej.web.all.js file. The debugger almost block Visual Studio for many minutes trying to reach the correct position in the file.
Thanks in advance
Andrea Perazzolo