Hello,
I've created my own dropdown model/renderer which essentially displays a user control that I've created which contains, among other controls, another grid. This embedded grid needs to display a combobox of values, but when I click on the combobox button on the embedded grid on my dropped down user control, my dropped down user control disappears (although the combobox list does appear - in the top left corner of my screen). Is there anything I can do to fix this?
Thanks,
Terry
AD
Administrator
Syncfusion Team
August 26, 2003 04:05 PM UTC
There is a tools FAQ on how to handle this.
http://www.syncfusion.com/KB/Tools/Tools_c28c.asp#q583q
It suggested using a special GridDropDownContainer as the popup.
TF
Terry Foster
August 27, 2003 02:54 PM UTC
Thanks - I thought I had seen something like this but couldn't find it.
Terry