Hi.
I use ajax to load differents datagrid.
I wish to use the command "destroy" to prevent errors.
But I dont know how use it on datagrid.
( I saw similar on combotree: $('#cc').combotree('destroy');
or on tooltip: $(this).tooltip('destroy');
but it doesnt work on datagrid: $("#datagrid").datagrid("destroy"); )
So, the ask is: How to destroy memory on datagrid?
EasyUI