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?
I found the solution. The problem is a conflict with ScriptManager. This was used on my base page. I just put this code on the Page_Init and the problem was solved:
ScriptManager.AjaxFrameworkMode = AjaxFrameworkMode.Disabled;
Hello Angel,
I am gad that you found your code working .
Please let me know if i can assist you further for this matter.