Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
845
igCombo Load On Demand - selected item not always showing
posted

Hi there,

I have igCombo on an MVC vew defined as follows:

@Html.Infragistics().ComboFor(m => m.PrdColourID).ID("cboItem").DataSource(Model.Items).DataSourceUrl(Url.Action("GetItemsLOD", new { intCtBrID = Model.CtBrID, strBarCodeFilter = Model.BarCodeFilter })).ValueKey("prd_colour_id").TextKey("prd_colour_code").Width("310px").LoadOnDemandSettings(load => load.Enabled(true).PageSize(25)).ShowDropDownButton(false).Virtualization(true).FilteringType(ComboFilteringType.Remote).AutoComplete(false).AllowCustomValue(false).DataBind().Render()

If the selected item is one of the first items in the list (e.g. the first page), the combo displays the selected item code. If its not on the first page, and has been found by the filter type-ahead, it is not shown after selectsion


How can this be resolved?

Parents Reply Children
No Data