Posted 26 June 2019, 9:02 am EST
Hello,
I am using Angular 7 . Installed Angular CLI and created a new app . Trying to make Wijmo Flex Grid work in Angular 7. Downloaded wijmo-5.20191.615 samples. Trying to make NestedGrids(RowDetail) work and getting errors.
https://github.com/angular/quickstart/issues/263
On more research , found that SystemJS configuration is not required. No need to edit anything in index.html.
Able to load the data as per sample (app.component.html and app.component.ts) . However when I try to click the image to load the details, gives error
Assertion Failed with Wijmo : CellRange expected
Error Assertion Failed in Wijmo: Cell Range expected.
Any solution to make the Flex Grid Master Detail work in Angular 7 project.
Thanks,