When my grid is still initializing, I abandon and go to a different view,
I got this error: Invalid Selector - #jqxGrid! Please, check whether the used ID or CSS Class name is correct
It looks like the grid is still initializing, binding data or setting property. But the view changes while it was at it, so the #jqxGrid selector is NOT in the DOM anymore? Is there away to terminate what it was doing when I change the view and grid is not there anymore ?
In this described case shows that the selected element does not exist.
Would like to recommend try search for ‘#jqxGrid’.
And if this not help could you provide us your code for better analyze.