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
How to build a datagrid editable and binded with DB
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: How to build a datagrid editable and binded with DB
You might want to search for "PHP datagrid" to see if you can find some solutions. It is a complex thing to write.
(#10850)
Re: How to build a datagrid editable and binded with DB
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
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
There are many JS solutions for your problem.
One of them:
http://www.extjs.com/deploy/dev/example ... riter.html
One of them:
http://www.extjs.com/deploy/dev/example ... riter.html
There are 10 types of people in this world, those who understand binary and those who don't