Click here to Skip to main content
15,888,579 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
In my project, I have INGRAGISTICS 11.1 version. I’m getting the issue in UltraCombo control. Unable to tab out from control.

When we try to find the cause, we observed that OnValidating is failing (always e.cancel = true is returning).

I have XML entity data binding, in my form.

Binding sample code:

this.cmbListC.DataBindings.Add("Value", xKey, "InnerXml");

this.cmbListC.DataBindings.Add("Text", xValue, "InnerXml");

Why always e.cancel is retuning true when data source is null.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900