One of our user reported an error and studying the log I discover that an exception is thrown on the line
okButton.Enabled = existingBatchDropDown.Value != null;
where existingBatchDropDown is of type UltraCombo.
Assembly Infragistics2.Win.UltraWinGrid.v10.2.dll, v2.0.50727
Maybe you know about such a bug and already fixed it or maybe you can give me some workaround?
Anyway I will be very grateful for your reply.
Thanks
Hi
Alas I'm unable to reproduce it by myself and this log I got from production. And it seems that UltraCombo.get_Value() is the top of the stack because there is nothing more inside it.
Of course I will try to reproduce it.
The only additional information I can provide is that this combo is bound to DataView with three columns: one of int type and two others of string. Int column is used as value member and of of string is used as display member. Style is DropDownList.
Hope to provide somehting more later or if you ask for something specific.
Hi,
There's not much information here to go on. Can you post a small sample project demonstrating the exception? Or if that's not possible, posting the call stack of the exception might help.