sets id for every column
ids | string | a comma-delimited list of ids or an empty one, if the values to use have been set earlier |
mygrid.setColumnIds("sales,book,author,price,store,shipping,best,date");
the method can be used to retreive the index of the desired column
Back to top