I have a simple two level hierarchical grid that has all items expanded in the PreRender event. This works fine.
What I'd like to do now is put all items in the detail table into edit mode.
Originally this was a flat grid and I used the grid's EditIndexes() array to add each data item's index as part of the grid's NeedDataSource event, however I can't find how to do this for a detail table. I tried mygrid.MasterTableView.DetailTables[0], but there's no EditIndexes() collection on the DetailTable.
Any suggestions?
Rob
What I'd like to do now is put all items in the detail table into edit mode.
Originally this was a flat grid and I used the grid's EditIndexes() array to add each data item's index as part of the grid's NeedDataSource event, however I can't find how to do this for a detail table. I tried mygrid.MasterTableView.DetailTables[0], but there's no EditIndexes() collection on the DetailTable.
Any suggestions?
Rob