My customer wants to display different nested row controls, depending on the several clickable cells in a row. So if the user clicks on the cell in column 1, a dialog allowing to change some data should appear. If the user clicks on the cell in column 2, a different view presenting some child records shall be displayed, etc. etc.
Are NestedView templates the way to go here? Can I replace the template with every postback?
Also, there are views required that concern all rows. Would it be possible to show those before row 0?