How can i get the selected text from a cell of type coro?
USA
when the value selected is USA the command mygrid.cells(id,coroColumnIndex).getValue() gives 1. How can I get the selected text??
You can use
mygrid.cells(id,coroColumnIndex).getTitle();
dhtmlx.com/docs/products/dhtmlxG … excellsapi