Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1493
Binding in xamdatagrid Header.
posted

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. 

  • 14517
    Offline posted

    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