Pete said:
I think the format should be:
editoptions: {value: “1:first,2:second”}
You have a “;” where it should be a “,”
No “;”
The editoptions value must contain a set of value:label pairs with the value separated from the label with a colon (:) and ended with(;). Whichever you use, something like the following
editoption: { value: “FE:FedEx; IN:InTime; TN:TNT” }
I repeat my question: when grid load first time …