I have a datagrid with 3 columns.
first column is a text col
second column is a combo box
third column is a check box
The data grid columns are populated from a simple php script.
I can populate the datagrid columns and rows with data from the php script. This is where i’m not sure what to do. I now need to send data to populate the combo box list for each row of the data grid.
What i’m trying to figure out is at what stage does the datagrid need the combo box data and do i need a second php script to populate the combo box in the data grid.
here is a link the datagrid i have working.
http://www.interactivewebconcepts.com/mytest/
Here is a link the datagrid files zipped.
http://www.interactivewebconcepts.com/mytest/mytest.zip
Any help with this is greatly appreciated.
Thank you