Grid Controls |
Grid controls and GridEdit controls display multiple records of a table in a matrix-type form. Rows are for records and fields are for columns. By default, a grid (edit) control contains a radio button, implemented as a Selector object, to the left of each record displayed. A GridEditControl is a GridControl with the Read Only property set to No instead of Yes.
GridCellControl This control is a subclass of InputControl and has some extra properties. It is the only InputControl that is directly liked to a data source. All other input controls link to data through one of the subclasses of ColumnControl.
SelectorControl If the Selector column controls is not based on a domain you will need to add Yes/No options to the control (note that the negative option must be first). It would be preferable to define a variable data source, add your options and defaults to the variable, and connect the Selector control to this data source. See Also Record Identification and Counting in Grid (Edit) Controls Configuring your Web Application with USoft Web Designer and CSS
|