Hello,
I currently have a clear grid button and the following code clears the rows from the grid:
$("#studentGrid").data('kendoGrid').dataSource.data([]);
But my problem is, I have a ClientFooterTemplate with totals. How do I clear the ClientFooterTemplate in a javascript call? I could do it on the DataBound event, but just don't know how to clear that footer.
Thanks...
I currently have a clear grid button and the following code clears the rows from the grid:
$("#studentGrid").data('kendoGrid').dataSource.data([]);
But my problem is, I have a ClientFooterTemplate with totals. How do I clear the ClientFooterTemplate in a javascript call? I could do it on the DataBound event, but just don't know how to clear that footer.
Thanks...