Hello all,
My problems are
1. I want one combo filling the values/options from database.On multiselect of options from combo,the corresponding selected option details should get populated to the grid(non editable).
Say for example,
I have employee names in the combo box, on selection of empname1,empname2(multiselect) from combo,the details like employee name,employee address,employee phone(from the database) of emp1 and emp2 should get populated in the grid.
2. If i use control like check box,radio box, toggling(yes/no) of dhtmlx grid,how can i get the value to the server which is checked/toggled.
Say for example,
I have list of the employee details in the grid with each detail appending with checkbox,how can i get the value which row is checked/not to the server.
3. I want a combo box inside one column of a grid populating options from the database.On selection of an option from combo box,the corresponding selected detail should get autofilled from the database.
Say for an example,
In a grid,there are 3 columns say employee code,employee name and employee address.Employee code column should be combo box filled from database.On selection of employee code,employee name and employee address (the next 2 columns) should get autofilled depending on the selection from the database to the grid.
Please help to solve these.Its urgent.