I have a grid with detail table. When I click Edit on a detail table, all rows go into edit mode and everything is nice and peachy. In edit mode, I also display a button for user to add a copy of the item with some values predefined. The problem is when add button is clicked and new item is created in datasource and then OwnerTableView is data bound (so that new item appears in the grid, sorted) in the callback my command items go into non-edit mode even though the grid still appears in edit mode. Any ideas what might be causing that?
Dom
Dom