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
All row and cell related methods in igGrid requires Selection enabled. Can we have a quick fix for this problem?
Again, I'm currently using JQuery 1.9.0.
I have just re-tried this using jQuery 1.7.2 and it works.
Are Infragistics planning on supporting jQuery versions > 1.8 anytime soon?
Thanks,
I encountered the same problem with jQuery 1.9.0
I have got slightly further with this now. By adding a unique id to the table that holds the igGrid the grid now renders. However a loading indicator is constantly displayed and the following error is thrown:
Error: Syntax error, unrecognized expression: tbody > tr > td:[data-skip=true]
Any ideas?