Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
225
How to use AJAX concept in Webgrid?
posted

Hi,

      I am new to infragistics. I have used the ultrawebgrid and have set LoadOnDemand="xml", Browser = BrowserLevel.Xml, LoadOnDemand.Xml, LoadOnDemandType = XmlLoadOnDemandType.Accumulative. By default i am setting the rows = 30. I have noticed that every time i scroll down,using AJAX request it get the data from the server. But the only problem is that it fetches all the record every time an AJAX request is done. Is there a way for every AJAX request is done, only fetch the next 30 rows and so on.. Can someone pls help me out?

Thanks

Rajagopalan.