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.
As I have no classic dataSource, but a runtime one, I could not found great deal in the posts above.
But here i added a sample project that I try to implement.
Here is also the second problem with the bound controls resize problem.
As about RowEditTemplates unfortunetely I didn't found in the designer of v6.3 Infragistics version anything like this.
Thanks a lot.
There are several threads in the forums that discuss how to do this:
How to sync a textbox with a child record in the ultragrid? - Infragistics Community
Hierarchical databinding in a master/detail scenario - Infragistics Community
You might also want to look into using RowEditTemplates, which sets up the controls for you automatically.