Hi Support,
I initialized the grid using html table. i want to get combobox in every row for one column. the values in the combo box has to come from server side.
when ever i add a row there should be combo list in that column. Please give sample code which solves my problem
Thanks in advance
haritha
You can set “co” type for the column:
…
Using getCombo(column_index) you can get combo object. Then options’ values can be palced to the combo (after combo initialization):