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
715
Updating xamWebGrid layout after ItemsSource updating
posted

Hello.

I think this question is simple.

1. I binding to myGrid.ItemsSource someList<someClass>

2. Then I changing some values of someClass object using reflection in ItemsSource List

Then I click on cell (which corresponds to changed class property ), cell is switching to the edit mode, I see that layout is changed correctly.

so, question is: how to update cell or row layout without 'clicking'

Thank you