Hi,
Using Angular 4, installed packages. Grid works well but export to excel functionality is not working.
when I add the following line to app.module,
import { GridModule, ExcelModule } from '@progress/kendo-angular-grid';
It says " ..../node_modules/@progress/kendo-angular-grid/dist/es/main"' has no exported member 'ExcelModule'.
Any help will be appreciated. We'll have to implement PDF export too. Please let us know if we need to do additional stuff for that too.
Thanks