I trying to set up passing xml to the web grid in incremental passes.
In other words, I want to pass a huge amount of xml in multiple passes and not one huge push.
Is there an example for this? I couldn't find any on the web site.
Hello,
Thanks for your interest in our products and for dropping us a line. This is typically referred to as Load On Demand or AJAX updates. Our UltraWebGrid does support this mode very well, including using XML. I believe the best way to start is to check out our live examples located here:
http://samples.infragistics.com/2008.2/webfeaturebrowser/default.htm
and then go to Ajax -> WebGrid and check out all 8 examples there, and most specifically XML Paging, XML Update Row. The samples come with full source code and additional information.
Hope this helps.