Hi All,
The problem.
When i click on the Insert of the Detail table, it does not go into "Insert Mode", ie no New Grid Row is provided (inline mode) to capture data into.
Is there a requirement I'm missing??
Scenario:
The problem.
When i click on the Insert of the Detail table, it does not go into "Insert Mode", ie no New Grid Row is provided (inline mode) to capture data into.
Is there a requirement I'm missing??
Scenario:
- I am not using the <ParentTableRelation> . (I mention it because I don't know if this could cause the issue).
- The Insert/refresh are customised (link button and Image) by use of the CommandItemTemplate.
- DataBinding
- occurs in the DetailTableDataBind event.(MainGrid uses OnNeedDataSource).
- The ItemCommand determines a few Parameters which are required (just hiding or getting certain keys).
In the insert command (updt+del, similarly)
I differentiate between views/tables as per examples, eg if ("Detail1".Equals(e.Item.OwnerTableView.Name))....etc
Thanks
Neal