AD
Administrator
Syncfusion Team
January 7, 2005 01:34 PM UTC
In the CurrentCellShowingDropDown, try setting the DropDownContainerParent of the GriddataBoundGrid to be your DropDownContainer.
//grid is the grid that you are dropping
grid.DropDownContainerParent = this.DropDownContainer;
MS
Marco Sutter
January 10, 2005 03:57 AM UTC
Hello Clay
Thank You for your fast answer. I already tries your advice and it really functions very well!
I like this forum, as it is very alive. Answers, if possible are helpful and fast. I often have found a solution. To all the guys at Syncfusion, Thank You very much.
Marco