DBGrid
From RadPHP XE2 Documentation
DBGrid is a table that can list the result of a Query, which it can get through a DataSource component. You will find this component in the Tool Palette, under the Data Control section.
Usage
Basic Setup
To get your DBGrid component working, you only need to setup its DataSource property.
Properties
| Name | Values | Description |
| DataSource
|
DataSource | DataSource component that manages the data returned from a Query. You can select an existing DataSource component in the form from the drop-down list of this property. |