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
235
CellValuePresenter Value binding does not work
posted

I am dynamically generating most of the fields in a XamDataGrid with unbound fields. I use the CellsInViewChanged event to get all uninitialized CVP's and set a binding on the Value property.

cvp.SetBinding(CellValuePresenter.ValueProperty, binding);

Initially, the binding works and gets the initial value, however changes to the binding to not update the CVP. I bound a text box in the exact same manner and it is updating.

Parents Reply Children
No Data