Posted 2 November 2020, 7:59 pm EST
I have copied the code from the example in row details for react and I get t.getRow() is not a function. Any help please. Btw, first time poster. I will be happy to give any additional information.
Forums Home / Wijmo / General Discussion
Posted by: ccarey40 on 2 November 2020, 7:59 pm EST
Posted 2 November 2020, 7:59 pm EST
I have copied the code from the example in row details for react and I get t.getRow() is not a function. Any help please. Btw, first time poster. I will be happy to give any additional information.
Posted 3 November 2020, 3:51 am EST
Hi Christopher,
Can you provide a small which replicates your issue along with the complete version of Wijmo you are using? It would be easier for us to investigate if we have a sample.
Regards,
Ashwin
Posted 3 November 2020, 11:07 am EST - Updated 3 October 2022, 3:19 pm EST
Posted 3 November 2020, 11:08 am EST
Posted 3 November 2020, 1:20 pm EST
I changed my version so they match each other. The grid now renders, but when I click the plus icon to expand the row I get this new error.
Posted 4 November 2020, 2:54 am EST
Hi Christopher,
Try the following steps:
"* “Delete the node_modules folder and package-lock.json file completely.”
“In the package.json file, remove all the dependencies of Wijmo (@grapecity/wijmo.xxx)”
"Add the following dependency only: ```
“@grapecity/wijmo.react.all”: “^5.20202.732”
* "Install the dependencies again and run the project."
"
Since you have added 2 different dependencies in the package.json file, it may be possible that two different instances of the @grapecity/wijmo.react.grid.detail module is created. That is why the error is thrown.
If this does not resolve your issue, can you provide a working sample that replicates your issue?
~regard