Create a grid of date and time data
Create a data grid that displays motor manufacturing details.
- Create the motor manufacturing details label:
- InProject view, right-clickMainWindow (type), and select .
- Hover-over the label, select , and enterDateTimeDataLabel.
- InProperties, setTexttoMotor manufacturing details.
- Create the motor data grid:
- InProject view, right-clickMainWindow (type)and select .
- Hover-over the data grid, select , and enterMotorDateTimeGrid.
- InProperties, create a dynamic link betweenModeland .For more information about dynamic links, see Create dynamic links.
- Configure the motor name column:
- InProperties, double-clickDataGridColumn1and enterMotorNameCol
- UnderDataItemTemplate, create a dynamic link between theTextproperty andTIP: You can select the@BrowseNameattribute by selecting it from theAttributedrop-down menu at the bottom.For more information about dynamic links, see Create dynamic links.
- Crete a dynamic link between theOrder byproperty andTIP: You can select the@BrowseNameattribute by selecting it from theAttributedrop-down menu at the bottom.For more information about dynamic links, see Create dynamic links.
- SetTitletoMotor Name
- Create the motor manufacture date column:
- InProperties, next toColumns, select and selectText column.
- Double-click the column name and enterMotorManufactureDateCol.
- UnderDataItemTemplate, create a dynamic link betweenTextand .For more information about dynamic links, see Create dynamic links.
- SetTitletoManufacture Date.
- Create a dynamic link betweenOrder byand .
Provide Feedback