I currently have a 2.0 webpage that contains 5 webgrids that are to be updated asynchronously every minute or so. Have any of you guys used the AJAX UpdatePanel to update UltraWebGrids? What about the Infragistics WebAsyncRefreshPanel? Any experiences good/bad/ugly or recommendations would be greatly appreciated.
You cannot force a postback from the server side if you are using the infragisitcs control
the ajax update panel has the Update method.
Hi, I have used the grid with the updatePanel and with WebAsync....
I really don't know the difference between the two.
if the user don't have to update the grid it works fine....other than that I've some bad experiences with v7.3 using the grids loadOnDemand = Xml, but maybe they have fixed the bugs in the new version....Loading the hole data works fine to edit