hi,
I have combo template like below and need to align it to the right insde cell,
how to do it?
pagerRendered: function (evt, ui) {
var dataSource = ui.dataSource.recordsForPage(ui.owner.pageIndex());
$.each(dataSource, function (index, row) {
$("#grdlist_" + row.ProductID).igCombo({
dataSource: comboData,
textKey: "Name",
valueKey: "Name",
width: "200px",
autoComplete: true,
enableClearButton: false,
initialSelectedItems: [{ index: 0 }]
});
............................
rendered: function (evt, ui) {
tmpl = "<div id=grdlist_${ProductID}></div>";
$('#grid1').igGrid('setColumnTemplate', 'Name', tmpl);
$("#grid").igGrid("dataBind");
}
Hello Ronny,
I noticed that there is another thread created for the same issue in our forum where I have already provided an answer.
Please keep in mind that according to our support policy we handle single thread per query in order to ensure that all questions are addressed correctly.
Thank you for using Infragistics components.