IgniteUI / igniteui-blazor-examples

samples browser app and individual samples on how to use Ignite UI for Blazor components
https://infragistics.com/blazor-client/samples
12 stars 10 forks source link

tree-grid editing-columns sample throws error #423

Closed HUSSAR-mtrela closed 2 months ago

HUSSAR-mtrela commented 1 year ago

the tree-grid editing-columns sample throws error in DEV tools console: tree-grid-editing-columns.js:2 Uncaught SyntaxError: Cannot use import statement outside a module

because this event template is importing WC class. Graham said that this is incorrect way of accessing this class and he will provide a solution in the next release. Meanwhile, we will exclude the /grids/tree-grid/editing-columns sample

gmurray81 commented 1 year ago

not, next release, but rather probably shortly after the VR. Might even technically make it into the VR, but can't know for sure yet. Depends on if we generate a new build or not.

RivaIvanova commented 2 months ago

The editing-columns.json sample is modified to not include the WebTreeGridCustomNumberSummary summary template in order for the sample to be exported and properly visible for all the platforms. https://github.com/IgniteUI/igniteui-xplat-examples/pull/638 https://github.com/IgniteUI/igniteui-blazor-examples/pull/745