Hello
I would like to know how to manage grid rows programatically:
1 I have a grid (not editable by user), linked to a datamanager, with remote data. (with primary key)
2 I have a complex form that came for several sources of data
3 When I select a row in grid, some fields are loaded in the form
4 After User make changes in form and click a button some saving operations are done
>>> Now I want to pass new values ( or complete rowdata object ) to the grid. So the user can see new values.
How Can I achieve this?
Thanks