I’ve created a KeyValueContainer attached to some DataGrid. All data are read and displayed fine.
Now I want to edit some record. When I push edit button, application sends me “KeyValueEntity.edit” screen doesn’t exists. OK, I agree. Please tell me: how does I link record in datagrid with editor screen ?
Stef.
PS: KeyValue management is not so well documented …
to open the editor for your entity in the KeyValueContainer you should load additional property that can be used for relation your entity and editor, for instance, entity’s id or even the whole entity: