IgniteUI / igniteui-webcomponents

Ignite UI for Web Components is a complete library of UI components, giving you the ability to build modern web applications using encapsulation and the concept of reusable components in a dependency-free approach.
https://www.infragistics.com/products/ignite-ui-web-components
Other
117 stars 2 forks source link

IgcGrid throws an error when trying to hook the exporter.rowExporting function #1037

Open agoldenbaum opened 7 months ago

agoldenbaum commented 7 months ago
  1. Run the attached sample project (it is a Blazor project at the moment, but the issue happens in scripts - will attach a WC project later)
  2. When the grid appears, click the "Assign Data to Grid" button.
  3. Export the grid and view the console.

Result: Error in the console that this.rowExporting.emit is not a function

agoldenbaum commented 6 months ago

Forgot to attach sample project. Attaching here:

IgbGridExportTest.zip