Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Raghu on Oct 20, 2008 23:41
open dhtmlx forum
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.