element <chainedGridDataProvider>
Namespace: |
http://schema.caplin.com/CaplinTrader/gridDefinitions |
XML Representation Summary |
<chainedGridDataProvider>
|
|
|
</chainedGridDataProvider>
|
Child elements (1):
-
Parent elements (1):
-
Description
Defines a data provider that fills a grid with the data arriving row source and being passed through
other row sources for client-side processing. For instance the sequence of row sources in the chain
may be a caplin.grid.rowsource.SortRowSource followed by a a caplin.grid.rowsource.FilterRowSource
and then a caplin.grid.rowsource.RowSource instance which generates data. The generated data will then
"pass up the chain" being first filtered then sorted on the client-side before being placed in the grid.
Note that the name of this data provider tag assumes that a data provider mapping is defined
with id "chainedGridDataProvider" and className "caplin.grid.dataprovider.ChainedGridDataProvider".
The data provider tag name and data provider mapping id value must be prefixed with the
namespace required by the bladerunner architecture.