element <gridDataProvider>
Namespace: |
http://schema.caplin.com/CaplinTrader/gridDefinitions |
Parent elements (1):
-
Description
The data provider that populates the parent rows of an expandable grid (see <expandableRowGridDataProvider>).
container
-
Type: |
xs:string, predefined
|
Use: |
optional |
When the 'type' attribute is set to "rttpContainerGridDataProvider",
set this attribute to the container that is requested from Liberator (for example,
container="/CONTAINER/ExpandableItems").
If you write your own custom data provider, this attribute does not need to be set (see 'anyAttribute').
type
-
Type: |
xs:string, predefined
|
Use: |
required |
The logical name of the grid data provider. Set this to "rttpContainerGridDataProvider", or to the logical
name of a custom data provider that you write. The logical name must be mapped to a class name
using the <dataProviderMapping> tag.
{any attribute with any namespace}