Hello,
I'm trying to update from version 13.2 to 15.1. One issue I'm having is that a selected blank value in the igCombo is different between versions. Please refer to this example: http://jsfiddle.net/4Lovg8tp/
In the example, select the first item in the list and you will see that " " is displayed in the combobox. In version 13.2, a blank value was displayed instead. Is there any way to get a blank value to display instead of " "?
Thanks, Paul
Update: Infragistics has provided a workaround for the problem, and it works for our situation.
----------------------------------------------------------------
Hello Jamie,
Developers looked into the case and provided the below information :
Due to the other modification in the code between the version from 15.1 to 16.2 some changes has been made in the combo to resolved the other issue so currently displaying " " in the combo for null value is expected and by design behavior.
Though as a workaround you can use itemTemplate property to achieve the behavior, you have to add this line of code in the combo:
itemTemplate: "{{if ${Name} == '' }} {{else}}${Name}{{/if}}",
I have modified your jsfiddle for your reference.
http://jsfiddle.net/4Lovg8tp/4/
Please let me know if you need further assistance on this matter.
Sincerely,
Divya Jain
Associate Software Developer
Agreed. I have run into the same problem with 16.2 build 2040. I have re-posted as:
http://es.infragistics.com/community/forums/p/109033/513338.aspx
Jamie
Hi Mohammed,
In my experience, Infragistics doesn't typically track/reply to old posts that had been resolved. I would suggest creating a new post. I need this fixed as well if it started happening again.
Paul
Issue re-introduced in 16.2 latest vesrion release with latest service build.
Please suggest fix for this.
Thanks, this works as expected in the most recent service release.