CR
Christian Rattat
February 23, 2012 06:50 PM UTC
If I handle the PopupContainer.CloseUp event this way:
void PopupContainer_CloseUp(object sender, Syncfusion.Windows.Forms.PopupClosedEventArgs e)
{
if (e.PopupCloseType == Syncfusion.Windows.Forms.PopupCloseType.Deactivated)
{
comboBox.PopupContainer.Update();
comboBox.UpdateText(true);
}
}
The dropdown updates the value, i.e. it still changes the selection as described above without clicking into the dropdown list. The only problem is even then it does not fire any selection change event. Is there a way to make the control raising this event or solve my problem generally?
SG
Selva Ganapathy Kathiresan
Syncfusion Team
February 24, 2012 12:58 PM UTC
Hi Christian,
Thank you for your interest in Syncfusion product.
We have update you the patch for the reported issue in Direct-Trac incident I91305.
Please let us know if you have any concerns.
Regards,
Selva Ganapathy K