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
485
editing datagrid externally
posted

this is the basic situation:

I have a datagrid. When I create a new Add Record, a new form is displayed over the grid which is databound to the ActiveRecord cells. If I edit the values in the form, the values are reflected in the grid but I don't think they are commited.. how can I do this?

Basically I want to replace the editing in the grid itself with editing the values of the form, but keeping the add/update/etc mechanics of the XamDataGrid.

Any hints on this? Thanks.