Hi
My biggest problem with IG controls it's huge amount of js files been transferred to client.
With Aikido the things even worse.
I have 14!!! ig js files + 2ms ajax.(And we don't getting to edit functionality of grid yet).
With sites having long roundtrip such grid will definitely bee a problem.
Thanks.
Hi Anatoly,
Hi.
You see, it's not all about js size but on count of js files.
Browser will check for every js it's version, since it's not parallel process(only two on time) it will reduce page load time.
Consider pack all js into one and compress it.
It's better to use one file of 200 k then 10 of 2
Thanks