Hi,
I have a bounded Ultracombo having following items in the list.
ID Code--------------------1 A 2 B3 Ccombo is binded with a table having two columns, ID and Code. DisplayMember is Code and ValueMember is ID. Whenever we type any data that is not in the list then ValueChanged event is firing twp times. Lets say I typed D in combo then
First time UltraCombo.Value comes as null and second time it comes as the data I typed ( "D" ). This is happening in 9.1 version dlls.In 8.1 version dlls it was working fine ( ValueChanged event was firing only once ). We were using 8.1 dlls and out application was designed to check value null for invalid data. After upgading the dlls all these problems get started.. Its crashing our application..
Are you guys going to fix this bug?
Thanks,Dhananjay
Hi Mike,
You are right, tested in release (v10.3), it works correctly.
May I know what can I do if I only have the choice to fix our application on v8.2 for our client?
Thank you very much.
I tried again, just to be sure, and your sample is working fine for me. I tried selecting any of the first 4 items on the list, which all have the same text and I get the ValueChanged event only once and when I drop down the list, the correct item is highlighted.
It's possible, though unlikely, that the internal build I am using has fixes in it which were never released. That would only happen if the fix was made right before the last release went out. If that is the case, then it means that the issue is only fixed in v8.3 and up publicly.
I recommend that you try downloading a trial of the latest release (10.3) and see if it works in that version.
I have downloaded and installed the service release "NetAdvantage_WinForms_20082_CLR20_SR_2204"
However, I am still facing the same problem. Can you please advise me what I have missed out.
(Attached please find some screenshot which might help.)
Well, I tried this out and (as I expected), it works fine for me. This was probably a bug in the release version of 8.2 which was fixed in a service release.
I don't see any way to work around this, but the service release is a free upgrade.
Please find the sample project attached under Media (not sure is this the correct way to attach).