:: Forum >>

Is it possible to use AJAX in refreshing AW Grid?

Hi,

Is it possible to use AJAX in refreshing AW Grid? In other words, to use AJAX to retrieve the latest data and use that to refresh the grid?

So if a user deletes a row, the action would delete it from the database, the AJAX would retrieve the latest info, the AW grid would take the latest info. and refresh??

Thank you!!
Joe
Joe
Wednesday, April 18, 2007
Yes, it is possible and easy. Delete the row, then make your database calls, get all the data, put it into a javascript array, and then do a obj.setCellText(array)
ShepherdOwner
Friday, April 20, 2007

See it in action at http://sudhaker.gotdns.com/awdemo/

This demo is using version 1.x currently.

I have done similar thing using 2.x also but demo is not ready. I will launch it (and share the code) using 2.x very soon.

What technology are you using? I can help in Java & PHP only.

Cheers,
Sudhaker Raj
Friday, April 20, 2007

This topic is archived.


Back to support forum

Forum search