Logically rotating one GDBG row by 90 degrees

Hi. I''d like to take a single record of a GridDataBoundGrid - whether it''s a normal one containing data or the "open" one at the bottom - and, through a little bit of code magic, create a dialog box from it. (Sometimes, people just want a dialog box...) I figure it should be simple enough: Take the column headings, and turn them into a column of static text captions along the dialog''s left side. Then take the cells of that one grid row, and turn them into a stack of matching controls down the right side. Has this wheel already been invented? I''m sure I can figure out how to do this, but if you already have some code lying around that does this... Thanks! Tom

Loader.
Up arrow icon