gridIDMap = $( "#" + gridID ).data( 'igGrid' )
gridIDMap.destroy();
this used to work, on the latest update I get
Error: Syntax error, unrecognized expression: #myDiv0_table_ROW#
Hello seang,
It seems that there is a syntax error in your code. What is the value of your gridID variable? Do you have semi-colon after your first line? Have you tried to call the destroy method like this: $("#" + gridID ).igGrid('destroy');