Before upgrading from ej1 to ej2, I was using this...
var rows = $("#myGrid").ejGrid("getCurrentViewData");
I just need access to the data that the current gridview page is bound to.
This is no longer working, saying that ejGrid isn't defined. What's the equivalent way to do this in ej2?