How to build a datagrid editable and binded with DB

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
bghayad
Forum Newbie
Posts: 9
Joined: Thu Oct 29, 2009 1:13 pm

How to build a datagrid editable and binded with DB

Post 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
User avatar
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

Post 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.
(#10850)
bghayad
Forum Newbie
Posts: 9
Joined: Thu Oct 29, 2009 1:13 pm

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

Post 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
User avatar
VladSun
DevNet Master
Posts: 4313
Joined: Wed Jun 27, 2007 9:44 am
Location: Sofia, Bulgaria

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

Post by VladSun »

There are many JS solutions for your problem.
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
Post Reply