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
45
how align div combo templete inside cell
posted

     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");

                           }

  • 17590
    Offline posted

    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.