I have a column defined an edittype of select with these values;
$col1["editoptions"] = array("value"=>'0:Due In;1:Received;2:Due In Confirmed');
When the grid is rendered the key values show 0,1 or 2 unless you click on the row then the string values show such as Due In
How do I get the strings to show when the grid is initially rendered?