Dears:
I have a table as following.
[code]
Column 1 | Column 2 |
11 | value 12 |
var mygrid = new dhtmlXGridFromTable(‘tblToGrid’);
mygrid.getCombo(0).put(“11”,“aaaaa”);
the column are display value “11”,but not the “aaaaa”,how can i make that column display the label,but not the value.