hi all,
I have some combo boxes in my grid… and i am loading the list of combo box from the xml file…
1
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…