How to clear a column template?
Hi guys.... and girls,
I need to unset a column template "checkbox" that I did assigned previously with comand (c5 is the variable that contain the checkbox template definition):
I try to unset the template applying the following commands but anyone works:
Thanks in advance.
Regards.
I need to unset a column template "checkbox" that I did assigned previously with comand (c5 is the variable that contain the checkbox template definition):
grid.setColumnTemplate(c5,7);
I try to unset the template applying the following commands but anyone works:
grid.unsetColumnTemplate(7);
grid.clearColumnTemplate(7);
grid.setColumnTemplate(grid.getColumnTemplate(1),7);
Thanks in advance.
Regards.
Esteban
July 11,