In our Silverlight projects we are using the AgDataGrid of DevExpress to visualize data. I wrote some expressions that make it possible to use this data grid with Fluent Silverlight. During the writing of those expressions once again I hit some brick walls. In this post I want to show one specific solution to throw down such a wall and continue the journey…
Please refer to this post regarding more detail about Fluent Silverlight.
Problem
Provide a check box column header whose click action can be bound to an action on the view model.
Read more: LosTechies.com