Share

Chapter 09 - Dynamic Properties

Introduction

In previous chapters, we already learned the major behaviors of the grid:

  • Adding properties of different field types
  • Enabling value constraints
  • Sorting, Filtering, and multi-language labeling

Are there other requirements to be solved? The most frequent questions are, how to drive style options of a single row, like allowing Material selection in Inventor, but do not allow an override in Vault.

Learning Objectives

  • Get introduced into the concept of Styles in Datasheet files (*.xaml)
  • Learn how to adjust the default style of controls
  • Learn how to change the display style for a specific property

Exercises

  • Exercise 1 – Explore Style Resources in Datasheet Files (xaml)
  • Exercise 2 – Implement a “Material” Style for Vault
  • Exercise 3 – Maximize the Height of the Dynamic Grid

See VDS Tutorial - Chapter 09.pdf for the full workflow documentation, including step-by-step instructions to complete all exercises.

Watch the YouTube Video Documentation - Vault Data Standard Tutorial - Chapter 09.

Was this information helpful?