Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Depending on the type of information type in the cell you will get another control to edit it's content.

Information TypeExampleComments
string, number, integer
Image Modified

When entering values in a number or integer cell, the grid will check if the value is a number.
Number and integer fields can have minimum and maximum constraints

text area
Image Modified

Start tying or changing your text.

Press enter to go to a new line
Press tab to go to the next cell

radio button
Image Modified
Choose the right value
List box
Image Modified

Example Simple drop-down box.

Select the right value

 

Image Modified

Example Autocomplete list box (for long lists)


Start typing, and you will be provided with a subselection from which you can choose the right value.

Date
Image Modified

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
Image Modified

A table grid can have a column containing a sequence. This sequence is automatically maintained by the system; it is incremented for each
new row added to the grid. As a user you will not be able to change its value.
The value in the cell is assigned when the issue is saved (and the content of the grid is persisted to the database).

...


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

...