You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable RecordCount retrieval in data provider for grid panel (#843)
* Temporary implementation to enable RecordCount retrieval in data provider for grid panel.
* Define the GXDataGridProcedure class as the base class for REST services handling panels with data grids.
* Set the 'RecordCount' header when the 'RecordCount' routine is executed, regardless of whether 'RecordCount' is present in the request headers.
* Set RecordCountSupported when RecorCount is not available.
* RecordCount header must be set before opening cursor for loading data because it executes a stmt. Otherwise, it should be done after closing cursors.
* Remove unused using.
0 commit comments