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
130
Dynamically changing the column header text based on a property
posted

I do have a dynamic grid that will have different column header captions based on a property of the viewmodel, the grid is controlled via data template,   the static resource will not suffice for me as the value is different based on another dropdown, I can't get into the binding from column header.

Is there a way to accomplish this from XAML accessing a property from viewmodel,

so is there a solution for that situation?

Thanks!

SM