The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
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
ADAdministrator 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.
TFTerry FosterAugust 27, 2003 02:54 PM UTC
Thanks - I thought I had seen something like this but couldn't find it.
Terry