I am using an OData datasource and an igCombo with LoadOnDemand on v2013.1. I want to set the value/text of the igCombo to a value that does exist in the whole dataset, but not necessarily on the first page of results. Currently, it will only databind on the first page of results, but I would like it to call the service for the specific value. Is this possible?
I ended up getting this to work by updating the datasource just prior to setting the selecteditems value using:
$("#" + this.InputId).igCombo("option", "dataSource", sameOldDs);