What are the limitations on EditableGrid's with config.sql-based Store's? | slangley | 2011-07-22 12:42 |
Status: Closed | ||
From the documentation, I see that grids defined using Stores populated via SQL queries are read-only: https://www.labkey.org/download/clientapi_docs/javascript-api/symbols/LABKEY.ext.Store.html {String} config.sql A LabKey SQL statement to execute to fetch the data. You may specify either a queryName or sql, but not both. Note that when using sql, the store becomes read-only, as it has no way to know how to update/insert/delete the rows. I suspect, however, that there are additional limitations: 1. Interactive grid column filtering has no effect on the rows displayed in the grid. 2. Exporting of the grid to Excel is not supported. If my above suspicions are incorrect, then I have some cases which I can discuss further where those limitations do appear to be true. Thanks. |
||