Hi ,
I am trying to use the AJAX features of the ultrawebgrid. I have a 2.1 version of the ultrawebgrid. I am not sure whether this particular version of the control has AJAX features and if it has AJAX features how can I use the AJAX features? Can anyone provide me with information of where I can get examples or documentation for a novice on using AJAX features on infragistics controls.
Thanks,
Lee
Hello Lee,
Version 2.1 is quite old and I don't think AJAX was implemented for our WebGrid in such an earlier version. The first time we introduced AJAX based loading was in 2004 Volume 3, or version 4.3 of the grid.
If you want to use the grid AJAX features, then you will have to upgrade to a later build.
-Taz.
Hi Taz,
If I have a AJAX.net framework in my visual studio, Can I use those features for AJAXifying the infragistics controls?
-Lee
Lee,
Ok, yes, that it is probably a compatibilty issue within the javascript. I am afraid that I will not be able to help you much with such an earlier version of the WebGrid.
I apologize once again for any inconvenience.
Taz.
Taz,
Thanks for the quick responses. I meant the ASP.Net AJAX. I have installed the 1.0 version. I was just using the <asp: UpdatePanel> <contentTemplate> tags of the AJAX framwork around the infragistics controls. I am assuming the controls behave as any other ASP.net controls. But I am not able to see those AJAX features. When I am trying to check the next 10 records of 100 of the grid, it is refreshing the whole page.
Not sure which AJAX.NET framework you are using inside visual studio, but I can't guarantee that it will work. You can try it out though, and if it works then it will be pure luck. I remember that when ASP.NET AJAX came out, we did compatibility testing and fixes to support it in 2006/2007.