What is the data format for DataGrid's Data property?

Hi,
I am trying to use DataGrid component. The document describes that DataGrid's Data property is an Array.

There is no any information how to declare the variable for DataGrids' Data.

Can anyone know how to declare this variable ?

How to link this variable with DataGrid's column ?

Regards,

Paul Wang

Hi,

You can simply drag a DataGrid component and start the data-binding wizard from Data -> New:


Hi enchev,

Thanks for your assistance.

Regards,

Paul Wang