This question is locked. New answers and comments are not allowed.
I found this q+a in the forum, but the solution does not work for me.
Atanas suggests the code:
The second line works for hiding the column header, but neither of the other 2 lines work - in fact the first line seems to bizarrely hide another of my column headers (the next one along)
Any ideas?
Atanas suggests the code:
$('#Grid colgroup').find('col:eq(0)').hide();$('#Grid th:eq(0)').hide();$('#Grid tbody tr').find('td:eq(0)').hide();The second line works for hiding the column header, but neither of the other 2 lines work - in fact the first line seems to bizarrely hide another of my column headers (the next one along)
Any ideas?