Page 1 of 1

How to build a datagrid editable and binded with DB

Posted: Thu Oct 29, 2009 1:29 pm
by bghayad
Hi All;

Anyone can advise how to build a datagrid that read the data from the database and display it, and then give the chance to edit these data and re save it? Any advise?

Also to have the possibility to move from page to page (Next , Previous or any specific page)?

Any advise?
Regards
Bilal

Re: How to build a datagrid editable and binded with DB

Posted: Thu Oct 29, 2009 2:24 pm
by Christopher
You might want to search for "PHP datagrid" to see if you can find some solutions. It is a complex thing to write.

Re: How to build a datagrid editable and binded with DB

Posted: Thu Oct 29, 2009 2:39 pm
by bghayad
OK, let us simplify it:

How to read a check box existed in a data grid?

Actually this check box means we select the record or deselected it.

Regards
Bilal

Re: How to build a datagrid editable and binded with DB

Posted: Thu Oct 29, 2009 3:25 pm
by VladSun
There are many JS solutions for your problem.
One of them:
http://www.extjs.com/deploy/dev/example ... riter.html