Hi, I'm experimenting with using the Grid control in a Django/PostgreSQL backend environment.
I'm currently implementing the Grid control like this:
if I set it to offline: true and do not include the query: new ej.data.Query().where(predicate), the data displays correctly in the grid. However, if I implement as shown in the screenshot. no data displays and no error is reported from the back end, or from the developer console of the browser. If I log the output of the query as such:
I can see all the records it has retrieved.
I am unsure why the Grid displays no data currently using the above methods.