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-command-column error #245

Closed
tejasnexus opened this issue Jan 31, 2017 · 3 comments
Closed

kendo-grid-command-column error #245

tejasnexus opened this issue Jan 31, 2017 · 3 comments
Labels

Comments

@tejasnexus
Copy link

We are working with external edit grid form. During this implementation we found this issue. Install all the packages which are described below.

  1. npm install --save @progress/kendo-angular-grid 
  2. npm install --save @progress/kendo-data-query 
  3. npm install --save @progress/kendo-angular-intl

but still we get following error.

Unhandled Promise rejection: Template parse errors:
'kendo-grid-command-column' is not a known element:

  1. If 'kendo-grid-command-column' is an Angular component, then verify that it is part of this module.
  2. If 'kendo-grid-command-column' is a Web Component then add "CUSTOM_ELEMENTS_SCHEMA" to the '@NgModule.schemas' of this component to suppress this message. ("
    [ERROR ->]

    <butto"): AppComponent@17:8 ; Zone: ; Task: Promise.then ; Value: Error: Template parse errors:
    'kendo-grid-command-column' is not a known element:
@rusev rusev added the pkg:grid label Jan 31, 2017
@rusev
Copy link

rusev commented Jan 31, 2017

Can provide runnable example demonstrating the error? All seems to be working in the Editing article.

@askaliate
Copy link

Hello,

I am running into this issue as well, these are the packages being used:

"@progress/kendo-angular-buttons": "0.14.0",
"@progress/kendo-angular-dialog": "0.14.1",
"@progress/kendo-angular-dropdowns": "0.24.4",
"@progress/kendo-angular-intl": "0.9.0",
"@progress/kendo-angular-grid": "0.7.0",
"@progress/kendo-angular-popup": "0.15.0",
"@progress/kendo-angular-upload": "0.12.0",
"@progress/kendo-data-query": "0.2.0",
"@progress/kendo-popup-common": "0.3.0",
"@progress/kendo-angular-inputs": "0.18.2",
"@progress/kendo-theme-default": "2.11.4",
"@telerik/kendo-dropdowns-common": "0.2.0",
"@telerik/kendo-intl": "0.12.0",
"@telerik/kendo-theme-default": "1.32.0",
"@telerik/kendo-draggable": "1.5.1",
"@telerik/kendo-inputs-common": "2.1.0"

@rusev
Copy link

rusev commented Feb 9, 2017

@askaliate can you provide a runnable example for the issue? We are not sure how to replicate the behavior.

@rusev rusev closed this as completed Feb 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants