Yeah, that is easy, but what I want is to be able to keep the collection with the entities (which could be updated in the grid) and keep this in Session, than if you return to the page, I can read the collection back from the session, and show it in the grid again.
But that way I might already have changed the value, which makes it impossible to show it again with unbound column.
What I was thinking about, is using Customer Properties on the fields of which I have to keep the old values and store this old values in the properties and bind this somehow to the datagrid?
Or is it impossible to bind these, and do I have to set these cell values in the initialize_row event?
Does anyone have experience with this?
Gr.,
G.I.