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
925
igGrid Selection - Error -
posted

Hi,

 

I am trying to do something very simple and enable single cell selection within an igGrid control. I am an unable to do this however as if I include the features attribute when initialising the grid I get the following error:

Cannot call method '_injectGrid' of undefined

I am using jQuery 1.8.2, but have tried against 1.7.2 and the same error persists. In the loader I am simply loading resources for igGrid.Selection. JS below:

$(tableElem).igGrid({
        dataSource: pivotData,
        height: paneHeight + 'px',
        width: paneWidth + 'px',
        fixedHeaders: false,
        defaultColumnWidth: '100px',
        autoFormat: true,
        theme: "metro",
        features: [{
            name: 'Selection',
            mode: 'cell'
        }]
    });

 

Any help would be appreciated.

 

Regards,

Chris

Parents
  • 5513
    Suggested Answer
    Offline posted

    Hello,

    Could you please check if the issue persists with the latest service release for the version you are using? It should be available under your account at the Infragistics Website.

    If you are still experiencing the issue, please add information about the version you are using so that we can investigate further.

    Thank you for using the Infragistics forums!

    Best regards,

    Stamen Stoychev

Reply Children