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
HI,
Here is a sample that should meet your requirements.
Sincerely,MattDeveloper Support Engineer
Hi Matt,
Thanks for your input,
Here I am using my viewmodel as Datacontext for usercontrol, I am not including it in User control resources. Can you please provide me your inputs on how can I use my Datacontext as Source for Grid Header text.