Hi,
My number one wish, for the controls would be to reduce the overall payload of the controls.
I was thinking that it may be easy to split up telerik core into a few different scripts - that are included only if you need them. I had a quick look, and there is some code that appears to be relating to web services that wouldn't be needed all the time.
Also, some of the functions seem to be similar to functions contained in jQuery. Since jQuery is pretty "mandatory", could these functions be refactored to use JQuery instead of the telerik.core, reducing the script further.
For the general controls - again, it would be great if the scripts could be broken down further into functional parts. Either compiling-on-the-fly only what bits you need, or having a "pre-compile" system when you deploy your project.
And - maybe some "lazy loading" of script parts.
At the moment, i am employing all the script combining / script compression / caching i can, but for some of my projects where bandwidth is an issue, i am not able to use my favorite set of controls. Half the world is still on dialup. Google - who are known for the light interface - is still spending loads of time and money reducing the bytes its sends to people.
A small script payload would really put you ahead of other asp.net ajax vendors, and give you a unique selling feature.
I could start to try and "split-up" the code for different projects myself, but would no doubt encounter problems / hurdles when new, improved versions of the products are released.
It would be fantastic if you could work towards this.
Thanks,
Richard
My number one wish, for the controls would be to reduce the overall payload of the controls.
I was thinking that it may be easy to split up telerik core into a few different scripts - that are included only if you need them. I had a quick look, and there is some code that appears to be relating to web services that wouldn't be needed all the time.
Also, some of the functions seem to be similar to functions contained in jQuery. Since jQuery is pretty "mandatory", could these functions be refactored to use JQuery instead of the telerik.core, reducing the script further.
For the general controls - again, it would be great if the scripts could be broken down further into functional parts. Either compiling-on-the-fly only what bits you need, or having a "pre-compile" system when you deploy your project.
And - maybe some "lazy loading" of script parts.
At the moment, i am employing all the script combining / script compression / caching i can, but for some of my projects where bandwidth is an issue, i am not able to use my favorite set of controls. Half the world is still on dialup. Google - who are known for the light interface - is still spending loads of time and money reducing the bytes its sends to people.
A small script payload would really put you ahead of other asp.net ajax vendors, and give you a unique selling feature.
I could start to try and "split-up" the code for different projects myself, but would no doubt encounter problems / hurdles when new, improved versions of the products are released.
It would be fantastic if you could work towards this.
Thanks,
Richard