Hi we are facing a very typical issue in which when we have an UlatraCombo with AutoSuggest option on.
Sceneraio:DropDown has 4 values abc,gef,mno,xyz.
User Types mno - at this point the drop down closes ( After Close Up event ).now if user types one more character say P the combo box shows mnoP but actuall value that is committed is NULL. Here if another char say Q is appended ( Text = mnoPQ ) the value is set into datasource correctly
kindly update opn how can i get rid of this Null thing.
Thanks
Hi,
If that's happening, it clearly a bug. Are you using the latest service release?
How to get the latest service release - Infragistics Community
If you are, or that doesn't help, then can you reproduce this in a small sample project and post it here so we can take a look?