sets column types
typeStr | string | the list of type codes(default delimiter is ",") |
mygrid.setColTypes("dyn,ed,txt,price,ch,coro,ra,ro");
You can find the list of possible column types with their description in the article Column Types.
Back to top