In the Pro version, it seems like the remote sorting as changed.
This used to work in the free version, but now sortIndx and sortDir are 'undefined'.
getUrl: function () {
return {
url: "order.aspx/GetOrderItems",
data: "{'orderID':19069,'sortColumn':'" + this.sortIndx + "','sortDir':'" + this.sortDir + "'}"
};