3.2.0

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
April 18,
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
April 20,

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
April 20,

This topic is archived.

See also:


Back to support forum