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
470
XAMGRID header colun text binding at run time using mvvm
posted

Hi All,

I am using xamgrid(datagrid) and I have 8 columns in that I need one column header text binding at runtime because of some business logic the column header text should be change. So I have created one property in my viewmodel and trying to bind it to xamgrid column header text but it is not binding.

Can any one help me how to bind my viewmodel property to xamgrid column header text or any sample with the same scenario.

Thanks in advance