-
-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shared module gridOptions seetings not preserve in page module #1329
Comments
ah right, I changed how external are registered in PR #1320 to avoid the Angular-Slickgrid/src/app/modules/angular-slickgrid/components/angular-slickgrid.component.ts Lines 1205 to 1213 in 0654550
|
- relates to issue #1329 even though the issue was brought for the new v7, this regression was also pushed on last v6.6.5 so a fix is necessary on v6 as well
fix: regression externalResouces should work globally, fix #1329
fixed in v7.0.1 and v6.6.6 |
Sorry I'm not sure what you said, can you provide example so I could understand better? |
sory for my english, ignore my prev comment, just now rechecked the issue..i observed that first i downloaded excel from USerList page its downloaded, after i go to CustomerList page then i click for download excel but error "You must register the ExcelExportService" mesage showing in console Both above case i have commented in component page i dont no , but it not preserving value in multiple instances of slickgrid |
I reverted some changes in PR #1331 but did not publish yet, let me try to publish it and hopefully that fixes your problem. Let me do that now |
please try v7.0.2 and hope it fixes it |
Its now working fine.. Thank you for quick fix |
Great thanks for confirming :) |
@ghiscoding after i host to shared server i am getting locally using ng s it is working fine..First time i getting this error.. I am not expertize in JavaScript ![]() Is this because of nodejs? |
I cannot help without a full reproduction. You should try to click on the link on the errors to see where the error is thrown. Also please do not ask question or issues that are unrelated to the original issue. |
sory for that,..i thought issue in @slickgrid-universal service becuse i have not made any code changes in the application only i have upgraded any way thanks for the reply...i will check |
If I cannot reproduce, then I cannot help, which is why I'm asking for a reproduction. There is not enough information to help. Also the GitHub Live Demo is a production build that is executed on every new release to make sure there is no error with the build, it is also used to run the 600 Cypress E2E tests... so if I cannot reproduce your issue, then I simply cannot help |
ok..thanks i have raised a question in https://stackoverflow.com/questions/77690221/angular-slick-grid-error-after-deployed-package And also added ng build --verbose details in the question..if you have a time pls check |
The issue you're facing is the same as another opened issue #1334 It might be caused by the external dependency |
I believe the issues with the major version of Angular-Slickgrid are all fixed now in v7.1.0 🤞🏻 |
Describe the bug
I have defined grid options in shared modules
In page component also some configuration defined
other wise i am getting below error.
[Slickgrid-Universal] You must register the ExcelExportService to properly use Export to Excel in the Grid Menu. Example:: this.gridOptions = { enableExcelExport: true, externalResources: [new ExcelExportService()] };
executeGridMenuInternalCustomCommands @ slickGridMenu.js:651
After i upgrade to 7.x i am getting this error
if i include externalResources in each component excel download. Thanks for the update
i dont no this is a issue. But i found this in my testing ..
Reproduction
After upgrading to v 7 i found this issue
Expectation
Preserve shared module settings if not override in page module
Environment Info
Validations
The text was updated successfully, but these errors were encountered: