Hi,
How to remove footer after redefinition ?
grid.define(‘totalColumn’, false);
grid.define(‘footer’, false);
Hi,
Footer cannot be removed dynamically, but as a solution, you can increase/decrease its height:
Thanks
Hi,
How to remove footer after redefinition ?
grid.define(‘totalColumn’, false);
grid.define(‘footer’, false);
Hi,
Footer cannot be removed dynamically, but as a solution, you can increase/decrease its height:
Thanks