...
Depending on the type of information type in the cell you will get another control to edit it's content.
Information Type | Example | Comments |
---|---|---|
string, number, integer | When entering values in a number or integer cell, the grid will check if the value is a number. | |
text area | Start tying or changing your text. Press enter to go to a new line | |
radio button | Choose the right value | |
List box | Example Simple drop-down box. Select the right value |
Example Autocomplete list box (for long lists)
| ||
Date | Dates are entered in tit he format in whixh the Table Grid is configured (in this example it is is 'YYYY-MM-DD' but your configuration may be different). Alternatively you can use the date popup selector. | |
Sequence | A table grid can have a column containing a sequence. This sequence is automatically maintained by the system; it is incremented for each |
...
Pop up form editing
An alternative way to edit table grid rows is using the popup form. To edit an existing row, select a row, and click the 'edit selected row' icon.
...
- Enter the number of rows you want to add
- Start to use the in-line edit capability. Check edit information
- This function only works when the row data doesn't hold mandatory fields.
...
Adding rows by duplicating an existing row
...