:: Forum >>

using grid to access a database over AJAX

i am looking for a simple way to read from/write to a remote database using AJAX.

the grid could offer a great representation of a database table, and the introduction of editable cells in AW grid 2.0 would offer a natural way to make database changes.

has anyone done this? has anyone used Ruby-on-Rails/TrimPath?
macabstract
Tuesday, January 3, 2006
All you need to do is use AJAX to send your request, and you can either output XML from your script to be passed back, or output the javascript array to use in the grid. I don't know Ruby, only seen it. But you can do it in any language.
Tony
Tuesday, January 3, 2006
how i can fetch data from database with asp.net in widgets grid
jasbir singh
Thursday, June 8, 2006
I'm using php Xajax + phpadodb its very simple and very speedy
I'm testing activeui..
Angelo
Thursday, June 8, 2006
We use .NET Atlas controls to do this. We make a web service call which returns objects serialized into JSON objects. These objects can "bind" to the AWGrid using the setCellData event.
David
Wednesday, July 19, 2006
David, where can we obtain more info about binding JSON with the grid?
jamg
Tuesday, August 8, 2006

This topic is archived.


Back to support forum

Forum search