Hi everyone,
I am trying to bind my header label with the value of an object so that it can changed dynamically. is it possibel to achieve I am currently trying in this way.
< igDP:UnBoundedField Label="{Binding Path=XYZ, Mode=OneWay}" Name=XYZ/>
Please suggest solution.
Thanks.
Hello,
Binding the label is unavailable, instead you may want to set the label in the code behind. For example, you can set the label when the field layouts are first initialized by using the Field Layout Initialized event.
Valerie