Versions Compared

Key

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

...

Allows database driven grids to load their data into widgets. This method loads the data a page at a time. To generate this grid as a load-all see: load all rows

Promptable? DROPDOWN
Possible Values: true, false
Bindable? No
Products: ProfoundUI

Available in Profound UI Version 6 Fix Pack 78.20.

Set up

To use, the grid should be set up with widgets to hold the data in each column, with the chosen database-driven method. The widgets should be bound, and the binding name should match the column name from the table.

In this example, the "database file" method will be used.

...

To load the data into the widgets, simply set the "load fields into widgets" property to true.

...