Versions Compared

Key

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

List (PRIM_LIST)

Panel
bgColor#2c3c4c

Tree and list control supporting data entry and user defined cells

Ancestors - Control (PRIM_CTRL)Object (PRIM_OBJT)

...

List is also used as the basis for the DropDown control. The result is that all the features available in list are also available in the drop down area of DropDown.

Note
titleNote

...

Execution in the browser does not lend itself to high volumes of data. Adding thousands of entries to a list will impact performance. Instead, you should use improved filtering, page at a time and load on demand strategies to ensure that the data is limited.

Example

This example shows a simple list with a number and button columns. The button is hidden if the row is an even numbered row. Clicking the button will delete the row.

...