Problem with select box in dhtmlx grid

hi all,
I have some combo boxes in my grid… and i am loading the list of combo box from the xml file…
1

abc efg like this... whenever i am trying to change the value in combobox... its not giving the content... for example "abc" is the default value of the combo box... if i want to change "abc" to "efg"... its displaying value "2" instead of "efg".... if any one knows the solution.... pls help me....

Try to change your XML like the following:

[code]1abc

efg [/code]

Hi olga,

I have tried like this also… but i am getting option values only… In my jsp i am using “onEditCell” attache event… that’s way i am getting this problem… without using this event we can get the content from the list instead of values , i have checked that one also… pls tell me how we can solve this problem while using attache event…

Hi olga,

i have got the solution… i am using one statement “core_gridObj.cells(rId, cInd).cell.innerText = nValue;” in my onEditCell event… that’s way i am getting option values insted of content from the select box list… thanks for giving your support…