I have a grid with a custom \"drop down\" column that displays a control by calling IDropDownService.DropDownControl(...).
The control that is so displayed is also a grid with a single column that displays a list of checked items by also calling IDropDownService.DropDownControl(...).
It appears that when the second call to DropDownControl occurs, the original, nesting, cell is collapsed; thus, nothing can be seen.
Is there something I'm missing, or can't DropDownControl handle nesting?[/b]