This code:
$(“#mygrid”).jqGrid(“hideCol”,col_name);
Yields this (in GC):
Uncaught TypeError: Cannot read property 'width' of undefined
The hide works (eg. the column disappears), so col_name must be OK, and the grid is otherwise working fine.
Any advice?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top