telerik / kendo-angular

Issue tracker - Kendo UI for Angular
http://www.telerik.com/kendo-angular-ui/
Other
468 stars 216 forks source link

there is no kendo-grid-checkbox-column component and SelectableSettings type in '@progress/kendo-angular-grid' package #920

Closed MichaelSemchenko closed 7 years ago

MichaelSemchenko commented 7 years ago

'kendo-grid-checkbox-column' directive and SelectableSettings type missed in '@progress/kendo-angular-grid'.

I'm submitting a...

Current behavior

Browser error: kendo-grid-checkbox-column' is not a known element

Expected behavior

Minimal reproduction of the problem with instructions

The same like in docs example: http://www.telerik.com/kendo-angular-ui/components/grid/selection/

What is the motivation or use case for changing the behavior?

Environment

Package versions:

+-- @angular/animations@4.4.1
+-- @angular/common@4.4.1
+-- @angular/compiler@4.4.1
+-- @angular/compiler-cli@4.4.1
+-- @angular/core@4.4.1
+-- @angular/forms@4.4.1
+-- @angular/http@4.4.1
+-- @angular/platform-browser@4.4.1
+-- @angular/platform-browser-dynamic@4.4.1
+-- @angular/platform-server@4.4.1
+-- @angular/router@4.4.1
+-- @angular/service-worker@1.0.0-beta.16
+-- @asymmetrik/ngx-leaflet@2.4.0
+-- @compodoc/compodoc@1.0.1
+-- @progress/kendo-angular-buttons@1.0.5
+-- @progress/kendo-angular-dateinputs@1.0.5
+-- @progress/kendo-angular-dropdowns@1.1.1
+-- @progress/kendo-angular-excel-export@1.0.3
+-- @progress/kendo-angular-grid@1.2.1
+-- @progress/kendo-angular-inputs@1.0.6
+-- @progress/kendo-angular-intl@1.2.1
+-- @progress/kendo-angular-l10n@1.0.2
+-- @progress/kendo-angular-layout@1.0.5
+-- @progress/kendo-data-query@1.0.5
+-- @progress/kendo-drawing@1.1.1
+-- @progress/kendo-theme-default@2.38.0
+-- @types/async@2.0.42
+-- @types/browser-sync@0.0.35
+-- @types/express@4.0.37
+-- @types/gulp@4.0.4
+-- @types/gulp-filter@3.0.30
+-- @types/gulp-htmlmin@1.3.30
+-- @types/gulp-load-plugins@0.0.29
+-- @types/gulp-protractor@1.0.30
+-- @types/gulp-sass@0.0.30
+-- @types/gulp-util@3.0.31
+-- @types/jasmine@2.6.0
+-- @types/leaflet@1.2.0
+-- @types/node@7.0.43
+-- @types/rimraf@0.0.28
+-- @types/run-sequence@0.0.29
+-- @types/selenium-webdriver@3.0.6
+-- @types/systemjs@0.20.5
+-- @types/yargs@6.6.0
+-- async@2.5.0
+-- autoprefixer@7.1.4
+-- browser-sync@2.18.13
+-- codelyzer@3.2.0
+-- connect-history-api-fallback@1.3.0
+-- core-js@2.5.1
+-- cssnano@3.10.0
+-- deep-extend@0.5.0
+-- event-stream@3.3.4
+-- express@4.15.4
+-- express-history-api-fallback@2.2.1
+-- gulp@3.9.1
+-- gulp-cached@1.1.1
+-- gulp-cheerio@0.6.2
+-- gulp-concat@2.6.1
+-- gulp-concat-css@2.3.0
+-- gulp-filter@5.0.1
+-- gulp-htmlmin@3.0.0
+-- gulp-inject@4.3.0
+-- gulp-inline-ng2-template@4.0.0
+-- gulp-load-plugins@1.5.0
+-- gulp-plumber@1.1.0
+-- gulp-postcss@7.0.0
+-- gulp-progeny@0.4.0
+-- gulp-protractor@3.0.0
+-- gulp-rename@1.2.2
+-- gulp-replace@0.5.4
+-- gulp-sass@3.1.0
+-- gulp-sourcemaps@2.6.0
+-- gulp-template@4.0.0
+-- gulp-tslint@8.1.2
+-- gulp-typescript@3.1.7
+-- gulp-uglify@3.0.0
+-- gulp-util@3.0.8
+-- gulp-watch@4.3.11
+-- hammerjs@2.0.8
+-- intl@1.2.5
+-- is-ci@1.0.10
+-- isstream@0.1.2
+-- jasmine-core@2.6.4
+-- jasmine-spec-reporter@4.2.1
+-- karma@1.3.0
+-- karma-chrome-launcher@2.1.1
+-- karma-coverage@1.1.1
+-- karma-jasmine@1.1.0
+-- karma-mocha-reporter@2.2.4
+-- karma-remap-istanbul@0.6.0
+-- leaflet@1.2.0
+-- merge-stream@1.0.1
+-- minimatch@3.0.4
+-- open@0.0.5
+-- protractor@4.0.14
+-- remap-istanbul@0.9.5
+-- rimraf@2.6.2
+-- rollup@0.43.1
+-- rollup-plugin-alias@1.3.1
+-- rollup-plugin-commonjs@8.2.1
+-- rollup-plugin-includepaths@0.2.2
+-- rollup-plugin-node-resolve@3.0.0
+-- run-sequence@1.2.2
+-- rxjs@5.4.3
+-- semver@5.4.1
+-- serve-static@1.12.4
+-- slash@1.0.0
+-- source-map-explorer@1.4.0
+-- supports-color@3.2.3
+-- systemjs@0.20.14
+-- systemjs-builder@0.16.9
+-- temp@0.8.3
+-- tildify@1.2.0
+-- traceur@0.0.111
+-- ts-node@3.3.0
+-- tslint@5.7.0
+-- typescript@2.4.0
+-- walk@2.3.9
+-- yargs@8.0.2
`-- zone.js@0.8.12

Browser: All last desktop versions of Chrome, Firefox, Edge

System:

dtopalov commented 7 years ago

The enhanced Grid selection and the checkbox column component were introduced in version 1.3 of the Grid package. The latest Grid package includes yet further fixes and improvements, so we recommend upgrading to the latest version of our packages.

MichaelSemchenko commented 7 years ago

Thanks, it works. Another related issue I had - I forget to switch from Progress NPM Registry (https://github.com/telerik/kendo-angular/issues/712) and 1.2.1. version was latest for me

kingbe01 commented 6 years ago

I am running into this same issue. I have updated to the latest which it says is 1.2.1 so not sure where version 1.3 is coming from. Am I missing something?

"@progress/kendo-angular-dateinputs": "^1.0.5", "@progress/kendo-angular-dialog": "^1.0.4", "@progress/kendo-angular-excel-export": "^1.0.3", "@progress/kendo-angular-grid": "^1.2.1", "@progress/kendo-angular-inputs": "^1.0.6", "@progress/kendo-angular-intl": "^1.2.1", "@progress/kendo-angular-l10n": "^1.0.2", "@progress/kendo-data-query": "^1.0.5", "@progress/kendo-drawing": "^1.1.1", "@telerik/kendo-theme-default": "^1.33.4",

Raisolution commented 6 years ago

Hi @kingbe01,

The latest version of the Grid is currently 2.1.2. Please see the issue linked in the previous comment #712 and check which NPM registry are you currently using.