PDA

View Full Version : who can give me an example that useing grid with database?



snakezou
22 Mar 2007, 11:23 PM
I am a beginner with Ext cmponent,now I want use this component in my project,but I can't find a complete example for using Ext.grid.EditorGrid with database. I am try to call data with JSon,but I find that the data type "java.math.BigDecimal" is not auto marshal.
The document about component Ext.grid and related component is little, can you give me a Complete document about using these components? Especially the example about add row,delete row with database.
Thanks very much!

snakezou
22 Mar 2007, 11:26 PM
my email: snakezou@163.com

masa2
23 Mar 2007, 12:19 PM
Hi,
I'm also new with YUI (ext). But I'm working at the same "problem" at the moment.
There is an example given at the Ext Documation Center for grid: Editor Grid Example.
There you can find how to add a new row to a grid.

I'm interested at your progress. So if you like give me a feedback!

Good luck!

marko

P.S.: my email: marko@web.de

snakezou
23 Mar 2007, 7:26 PM
Thanks for your replay, I have get this example from Internet, but I want an example that can add row, delete row, get appointed cell value,select a row by program, and can send the update data to server(the data will store to the database).
Thanks you again.