Due to the following code in infragistics.ui.combo.js method _updateFromList, it is impossible for a user to select a value from a combo editor column where the value is an empty string:
if (txt.length > 0 || zero) { this._onChange(e, 2, txt); }
Setting the value to blank is not acceptable due to the fact that this is a different value than empty string.
Hello Karl,
Can you please provide me with a sample, demonstrating this behavior, as I am so far unable to reproduce it?
Thanks.
Hi,
I'm just following up to see if you have managed to resolve your issue.