Hi,
I am testing/checking infragistics capabilities and I have been working specifically with above two widgets. IgGrid remote features are working well, as well as IgCombo remote features. However, I found an error while trying to combine both widgets at the same time. IgCombo in IgGrid column edit/updating/add/delete enable:
{ name: 'Updating', enableAddRow: true, enableDeleteRow: true, editMode: 'row', columnSettings: [ { columnKey: "journal_gl_chart_id", editorType: 'combo', required: true, editorOptions: { mode: "dropdown", loadOnDemandSettings: { enabled: true, pageSize: 20 }, responseDataKey: "data", responseTotalRecCountKey: "recordCountKey", dataSource: location.protocol + "//" + location.host + '/Journal/GetCharts/', dataSourceType: 'json', HeaderTemplate: '<div class="boxed">Charts</div>', footerTemplate: '<div class="boxed">Chart Count: {0} of {3}</div>', textKey: "chart_master_code", valueKey: "chart_master_id" } }, { columnKey: "journal_gl_description", editorType: 'string', required: true }, ] }
If I set up above IgCombo as a sole combobox, It will work without problems, on the other hand if I set up IgGrid column as a IgCombo with local json. It works too.
Infragistics.Web.Mvc 5.17.2.183
Also is filteringcondition, autoComplete, autoSuggestion, highlighMatchesMode work when igCombo is a column of IgGrid? IgCombo works well with all these features when is not a IgGrid column.
Hi Yuki,
Thank you for above example. After working on it I found there was a set up issue. As a side note after reading the documentation I can see on demand feature does not support paging which is a very important feature when you need to show for example page 4. I found a work around to this, loading desired value at the first position. However it would have been a good extension for this feature since it is remote. I think this ticket can be closed. Thanks for your help.
Hello cristian,Additionally, would you also tell me which remote feature is enabled on igGrid? I will research further based on the remote feature which is enabled.
Hello cristian,
I am researching on your inquiry, and igCombo's load on demand feature works inside igGrid. Would you test this sample application on your environment? If the attached sample reprouces the issue, would you share the steps to reproduce? If not, would you share a small sample or additional configuration to the sample?
igGrid_combo.zip
If you have any question with this, please let me know.
I am researching on your inquiry now. I will update you as I have progress on it.