Hi ,
I see an article on compression of infragistic controls in one of the article, I tried it but could not succeed in reducing the download size of the web page.
(http://community.infragistics.com/blogs/taz_abdeali/archive/2010/02/08/ajax-compression-in-2010-1.aspx)
What are Aikido-based controls? How can we check that the controls are compressed or not.Please let us know how to improve download size of the controls by compressing. Performance is the main issue we are concentrating now.
Thanks
Hi pkirankumar,
You can find more information about the Aikido controls in the following article - http://blogs.infragistics.com/blogs/taz_abdeali/archive/2011/11/17/asp-net-product-changes-in-2011-volume-2.aspx. The Ajax compression module compresses the data transferred as a result of an asynchronous requests from any aikido based control. For example, create new page and place a WebDataGrid on it. Bind it to a datasource with, lets say 1000 records, and add paging behavior with page size of 100. Make sure you have EnableAjax property of the grid set to true. Run the application and check the size of the responses when changing the grid page. Now add the Ajax compression module:
<httpModules>
<add name="Compression" type="Infragistics.Web.UI.Framework.Compression, Infragistics4.Web.v11.2, Version=11.2.20112.2055, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"/>
</httpModules>
After saving and refreshing the page, the same responses should have significantly smaller size.
If you have any questions, please do not hesitate to ask.
Hello pkirankumar,
If you have any other questions please feel free to contact me.