Categories | Question details Back To List | ||
Grid Hi, i am getting undefined when i am trying to use this method grid.getColumnId(index); Answer posted by Support on Oct 21, 2008 02:10 Column id can be gotten only if it is set by setColumnIds(list_of_ids) or setColumnId(ind, id) method. For example: grid.setColumnIds("c1,c2,c3,..."); If problem persists, please, provide the script where issue can be recreated. |