Hi,
I am using the combobox in the grid cell. (CellType='ComboBox'). My application is using the syncfusion DockManager and also using the Tabbed MDI widnow control so that I can dock my form in the Tabbed window and also I can make it “Floating” and can make it docked.
Problem is - when the form is in Tab control and when I click on combobox - its popups the dropdown. But when I make the form “floating” (by selecting context menu "Floating") and then clicks on the combobox, it does not pop up the dropdown.
After looking into it what I observed is- it throws an exception "Cannot access a disposed object.Object name: ‘GridComboBoxListBoxPart'."
It seems like, somehow object of ListBoxPart (GridComboBoxListBoxPart ) in the ComboBoxCellRenderer is getting disposed. (render.ListBoxPart.IsDisposed is found true)
Please assist. This is very critical issue I observed in the syncfusion control.
Thanks in Advance,
Ujwal