How to Set Default Component Property Values for a Grid

Description

The default values for new Grid components can be configured. This is particularly useful if you are developing many Grid components that need to suppport multiple languages or are always making the same set of changes to every new Grid Component.

Discussion

When a new Grid Component is created without using a template, the default settings are used to set the properties for the component. The default settings can be modified to add language tags, change the default confirmation messages, change the default update settings, etc.

To change the default values for properties in a Grid Component:

  1. Edit any existing grid component or create a new component.

  2. Under the Options menu, select Set Default Properties.

    images/defaultProps1.png
  3. Display the System Default Property Values tab.

    images/defaultProps2.png
  4. Select and copy the property that you would like to change. For example:

    images/WP_Select_Default_Property.gif
  5. Switch to the User Defined Default Property Values tab.

  6. Paste the property and change its default value. For example:

    images/WP_Set_New_Default_Property.gif
  7. Click OK to save your changes.

Default Properties vs. Grid Templates

The default properties for a Grid Component are only used when creating a new blank Grid component. If a Grid component is created using a template, the default properties are not used.

You can add your own Grid Templates using the Save as template option under the File menu in the Grid Builder. See Grid Templates for more details.

See Also