Couple of questions:
1. When working Add command for a detail templated grid, the args parameter doesn't provide for the parent model so there is no way to quickly determine values needed from the parent that will populate the child/detail (like primary key values on a composite key). I guess I can manually track "current parent row" via OnRowClick but that seems a bit tedious? Surely there is an easier approach? I was expecting the OnCreate for detail grid to provide parent object/model as part of the event parameters, but that doesn't seem to be the case.
2. When working EditMode=InCell on a detail grid, my expectations was that when I click on an empty grid it would automatically put me into EditMode (Add) for a new detail row, but that doesn't seem to be the case? I have to go thru the OnCreate (which doesn't provide for parent model).
I was reading thru your documentation here and here but they weren't useful for is a real world scenario as none of the examples show "Add" case on a detail item that relies on a parent key value to build a composite key when the data is actually saved to a database.
Any clean suggestions other than tracking "current parent row" via OnRowClick?
Rob.