Hi,
I have a form with several UltraCombo's on it all of which are bound to an SQL datasource. When the form is loaded these combo's are bound and then the text property on some of them is changed dependent on other data. If the text property is changed to 'aBC' and there is an item in the combo list 'ABC' the combo displays 'ABC' on the screen. The problem is that when the user clicks to save any changes 'aBC' is saved and not 'ABC'. I have looked at the text property and it still says 'aBC'. If the user selects another item from the combo and then selects 'ABC' it saves OK.
Any suggestions?
Thanks
That sounds like a bug to me. What version of the controls are you using?
I recommend getting the latest service release. How to get the latest service release - Infragistics Community
If that doesn't work, can you please provide a small sample project demonstrating this behavior so we can check it out?
I'm using version 9.2 and have just installed the latest service release but to no avail.
Here is a sample project demonstrating the behaviour. I will use a work around for now.