I have a DataGrid with about 5 columns. One of the columns is an icon. When the icon is clicked, I want a section to appear underneath that DG row and show a form for inputting more data. This form will not be in column format, but will span across all the column. When the icon is clicked again, the "extra" input form will then close up again. Any advice on building this? I know I can do this using a repeater, but I'd like to use a DG so that I get the built in sorting, column resizing/moving, etc.
Thanks, Dale

