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
405
Access manual binding values in a Templated XamDataGrid
posted

 I have an application with custom CellValuePresenter on columns that are added dinamically. If I don't set the custom CellValuePresenterStyle I can see the values of the binding in the cells, but I don't know how to access them from the template for either populate a Textbox text or to trigger the required ControlTemplate triggers.

 I tried with {TemplateBinding Content} without success.

Here is the sample app: https://www.sugarsync.com/pf/D1519700_64546500_95589

This is what I would like to get:

Templated xamDataGridTemplated xamDataGrid

Parents Reply Children
No Data