I saw that “virtualdata.htm” example. The problem with it is that it does not retrieve data asynchronously so that the rendergridrows can return the new data when it is called. However, if I have to make an asynchronous Ajax call to get my data, there is no way for rendergridrows to return anything at the time it is called. Is there a callback for the asynchronous case? If not, what should be done?
Thanks for your help.
B.