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
40
Accessing unbound field from codebehind from a certain row
posted

Hello!

Lets say I'm databinding xamDataGrid from DB and I have one unbound field added to FieldLayout which I'm setting manually.

Now is my problem. I want to accomplish this from codebehind:

  1. I want to access row using value which was not used in FieldLayout (for example my datasource contains ID and FirstName but in grid I'm showing only FirstName)
  2. When I find this row I want to change value of undbound field which I defined in XAML
Thanks in advance