Skip to content
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

kendo-grid 1.8 navigable #1266

Closed
slewis30328 opened this issue Jan 27, 2018 · 3 comments
Closed

kendo-grid 1.8 navigable #1266

slewis30328 opened this issue Jan 27, 2018 · 3 comments
Assignees

Comments

@slewis30328
Copy link

Upgraded grid from 1.7.2 to 1.8.0. When [navigable]="true" get the following error:

ERROR TypeError: this.cursor.changes.takeWhile is not a function
at NavigationService.init (navigation.service.js:118)
at GridComponent.ngOnInit (grid.component.js:806)
at checkAndUpdateDirectiveInline (core.js:12352)
at checkAndUpdateNodeInline (core.js:13876)
at checkAndUpdateNode (core.js:13819)
at debugCheckAndUpdateNode (core.js:14712)
at debugCheckDirectivesFn (core.js:14653)
at Object.eval [as updateDirectives] (LeaseSupTabComponent.html:10)
at Object.debugUpdateDirectives [as updateDirectives] (core.js:14638)
at checkAndUpdateView (core.js:13785)

@tsvetomir
Copy link
Member

tsvetomir commented Jan 29, 2018

Thanks for the bug report. We're in the process of upgrading the packages to RxJS 5.5, see #1244

The error seems to be caused by the mix of RxJS versions that we currently have in the latest package versions. The Grid is still on RxJS 5.0 while the rest of the packages use the new pipeable operators from RxJS 5.5. In theory, this shouldn't be a problem, but there must be something going wrong with the operators that modify the global Observable prototype.

The workaround for the moment is to pin the Date Inputs package to 1.x:
npm install --save @progress/kendo-angular-dateinputs@1

New installs will pick the 1.x version as well until we investigate.

@tsvetomir
Copy link
Member

Should be working after updating to the latest package versions, see #1244

@slewis30328
Copy link
Author

Working now after package update. Thanks for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants