This question is locked. New answers and comments are not allowed.
Hi,
I have a Gridview bound to an Employee Collection in viewmodel. Now in one of the GridViewDataColumns, I am trying to bind the IsVisible
property to a bool property written in partial class of Employee. The binding is not working as expected. The application is a C# Silverlight application. Any samples or how to work out this requirement?
I have a Gridview bound to an Employee Collection in viewmodel. Now in one of the GridViewDataColumns, I am trying to bind the IsVisible
property to a bool property written in partial class of Employee. The binding is not working as expected. The application is a C# Silverlight application. Any samples or how to work out this requirement?