Hi,
I am binding data to a igCombo using knockoutJS, igCombo is able to bind and select the value from data source only when valueKey and data source values exactly match otherwise it's not selecting the value. i.e. if data source has a value - SYSTEM and view model has a value - System then igCombo doesn't select the record in the list.
Can you assist me on how to make igCombo to perform case-insensitive selection?
Thanks,Manjunath M
Hello Manjunath,
Thank you for contacting Infragistics!
How are you setting up the igCombo? Are you using the caseSensitive property?What version are you using?
http://www.igniteui.com/help/api/2015.2/ui.igcombo#options:caseSensitive
Hi Mike,
We are using 2015.1 versionPlease refer the attached page for more details. In this example I am trying to select a value from combobox with following codethis.selectedActor = ko.observableArray(["b"]);
I am also setting caseSensitive property to false value
This is not working, if I make the value to "B"(Captial letter-exact match to value in datasource) then it's selecting the value.
Thanks,Manjunjath M