Hello
In the current page where I have the igGrid working there is a "Clear" button. When the user clicks this button the isGrid should dissapear and the HTML should return to the state it was before (".my-slector").igGrid({}) was called.
I tried using (".my-slector").igGrid("destroy"), but I get the following error:
"Sys.ParameterCountException: Sys.ParameterCountException: Parameter count mismatch.".
Is there another way of doing this?