Categories | Question details Back To List | ||
coro text How can i get the selected text from a cell of type coro? <option value="1">USA</option> when the value selected is USA the command mygrid.cells(id,coroColumnIndex).getValue() gives 1. How can I get the selected text?? Answer posted by Support on Sep 09, 2008 07:45 You can use mygrid.cells(id,coroColumnIndex).getTitle(); http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Excell_API_reference.html#grid_excellsapi |