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
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
Correction: I'm using jQuery-1.8.2.js and jQuery-ui-1.9.0.js
With the igGridSelection initialized, when using:
- infragistics 12.2.20122.1021, "Syntax error, unrecognized expression: tbody > tr > td:[data-skip=true]" was given.
- infragistics 12.2.20122.2029, "cannot call methods on igGridSelection prior to initialization; attempted to call method 'selectedRows'" was given.
Thanks,
Erica