Websydian v6.1 online documentationOnline documentation - Websydian v6.1

Multiple Input Grid Parts


MultipleInputGrid

The MultipleInputGrid pattern modifies its scoped Document Template Generator to generate the necessary HTML code to handle multiple rows of input data in a single request.

MultipleInputGrid.ProcessGrid

The ProcessGrid Event Handler inherits from the MultipleInputEventHandler pattern and basically, it is just a place holder for the first multi-input Event Handler in the grid.  Do always make use of this function when implementing one or more multi-input Event Handlers.

MultipleInputEventHandler

Inheritance from the MultipleInputEventHandler is required if you want to specify your own additional Event Handlers from scratch receiving multiple rows as input.  In order to do this, it is also required that the scoping Page Generator inherits from the MultipleInputGrid pattern.

The MultipleInputEventHandler pattern retrieves multiple input rows and loops through these making each row available for action.  To process a Grid row, use the Process grid row edit point.