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
2114
"Bind" the activeRow to some controls
posted

I have a grid and some fields (textboxes and comboboxes).

I would like to modify the content of the grid cells using that fileds.

How can I "bind" the content of the activeRow to that controls?

I would  like to "transfer" the content of the control to the cell and viceversa.

The validation should be performed to a click on myOkButton. If the grid have no active Row, all fields values are reset to their default ones.