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
145
Nested Objects Binding to the UltraWinGrid
posted

I have a custom Object A, which has a reference to the Object B and two string type properties lets say Prop1,Prop2. Object B also has a string property called prop3. Now when I bind the A to UltraWingrid.

So i have a nested object structure. In my grid, Now I want three columns , third column with the value of prop3 of Object B.

I am trying to change the value of rows third cell value by getting the prop3 values from the ObjectB. But it does not allow me to do so.

Error is of Type casting to ObjectB to string value. How do I handle this?

 

 

Parents Reply Children