Databind labels in ViewModels
This page was created by Hans.karlsen on 2022-03-18. Last edited by Wikiadmin on 2026-09-12.
Labels are normally static presentation texts. These texts can be translated by following the strategy described here.
From time to time, however, you may want to use data instead of static texts.
Column Headers in Grids[edit source]
Expression for Labels - if Grid - are found on the level of Grid root column taking the name of "GridRootColumnName"_"GridColumnName"_Label
Labels for Widgets and Buttons[edit source]
Expression for Labels on simple widgets are found on the same level, taking the name of "ColumnName"_Label

And for MVC and AngularJS:

