Hi, the excel filter for the grid check boxes populate with data correctly, but the text box search inside the excel filter gets no results back as I enter text in it. I know it uses the grids data manager, but what data is it expecting to get back as a response? And how do I set it? What format should it be in? Currently my api only returns the Grid data {items, count}, these don't seem to be what is required for the text search box in the excel filter. Does it need its own data manager?
I am using Django in this case, so mainly python and javascript. Thanks!
Also when trying the Menu filter I get
I suspect its likely for the same reason.
This is with a WebApiAdaptor as the data source for the grid.
I do not see a request type other than 'filterbeforeopen' to try and handle what's going on here.