I'm using XamDataGrid. However, I have a problem.
I want to display data depending on program version.
my data has properties as follows
No, Name, Department, StaffID
I want to display when program version is 1.0
But, when program version is 2.0, StaffID field does not display
Hello,
You will not be able to bind the visibility of the field with a trigger, but you can set this manually in the FieldLayoutInitialize event of the XamDataGrid. You can also create and apply a new FieldLayout depending on the version.