Reputation: 1858
Instead of controls generated automatically when I press Edit I have to replace them with another grid that will have a different source table. Is that possible? The reason for this is that when I press Edit for an item, I need to have extra columns of other tables related to this which I want also to be updatable. Hope you got the idea. I am looking at this http://demos.devexpress.com/ASPxGridViewDemos/GridEditing/EditFormTemplate.aspx Should this be the solution? PS: I am new to devexpress :D
Upvotes: 0
Views: 438
Reputation: 5609
If i'm understanding your question right this is the solution: http://demos.devexpress.com/ASPxGridViewDemos/MasterDetail/MasterDetail.aspx
You need to implement child grids.
Upvotes: 1