This question is locked. New answers and comments are not allowed.
Originally I thought I wanted to use AjaxBinding to fetch my data items only after the grid needs the first page, but all the examples I have seen make it look like the GridModel wants all the available data items so it can perform the sorting itself. Is this true? What if I only want to fetch the required items from the database and, rather than return entities that map to an entire row, what if I want to return the product of a join? Does this sound like I have to go for the custom binding?