I am trying to use Kendo Angular Grid with a configuration provided from elsewhere. I have a json object that spells out the columns. This worked great until I tried to add kendo-grid-column-group. Because I'm using a template I'm getting the console error "ColumnGroupComponent should contain ColumnComponent or CommandColumnComponent.".
How can I get past this error?
Here is a StackBlitz demonstrating it: https://stackblitz.com/edit/angular-phpipy-bb3wxe?file=src%2Fapp%2Fapp.component.ts
I've been tasked to automate testin, Selenium looks for id fields to be able to push key presses, in the following example I set the id fiels of the maskedtextbox, but I need to set the input of the k-input-inner class.
<kendo-maskedtextbox _ngcontent-umi-c628="" size="large" formcontrolname="zip" mask="00000" id="ado-enter-zip" class="form-control k-input k-maskedtextbox ng-untouched ng-pristine ng-invalid k-input-lg k-rounded-md k-input-solid" ng-reflect-size="large" ng-reflect-mask="00000" ng-reflect-name="zip" dir="ltr"><input type="text" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" class="k-input-inner" id="k-b18d4bf0-e10d-4b7f-a91f-23949992563d" tabindex="0" ng-reflect-events="[object Object]" aria-placeholder="00000" aria-invalid="false" aria-labelledby="k-fdc7408b-77b2-4dbb-b0ef-cc949b00b7cb"></kendo-maskedtextbox>
<input type="text" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" class="k-input-inner" id="k-b18d4bf0-e10d-4b7f-a91f-23949992563d" tabindex="0" ng-reflect-events="[object Object]" aria-placeholder="00000" aria-invalid="false" aria-labelledby="k-fdc7408b-77b2-4dbb-b0ef-cc949b00b7cb">
is there a way to do this?
Thanks
i am implementing a kendo-texbox in reactive form in angular every time user click in a input -textbox it shows a list of autocompletes .
i want to turn it off as we did in html forms "autocomplete = off" how it works with kendo-textbox ???
thanks
I am getting SassError while importing kendo-theme-bootstrap. I am trying with:
Below is the error:
./projects/admin/src/app/shared/layout/wrapper/wrapper.component.scss?ngResource - Error: Module build failed (from ./node_modules/sass-loader/dist/cjs.js): SassError: $color: null is not a color. ╷ 185 │ "r": red($color), │ ^^^^^^^^^^^ ╵ node_modules/@progress/kendo-theme-bootstrap/modules/bootstrap/scss/_functions.scss 185:10 luminance() node_modules/@progress/kendo-theme-bootstrap/modules/@progress/kendo-theme-default/scss/core/functions/_colors.scss 416:12 contrast-wcag() node_modules/@progress/kendo-theme-bootstrap/modules/@progress/kendo-theme-default/scss/button/_theme.scss 75:24 @content node_modules/@progress/kendo-theme-bootstrap/modules/@progress/kendo-theme-default/scss/core/mixins/_import-once.scss 12:9 exports() node_modules/@progress/kendo-theme-bootstrap/modules/@progress/kendo-theme-default/scss/button/_theme.scss 1:1 @import node_modules/@progress/kendo-theme-bootstrap/scss/button/_theme.scss 1:9 @import node_modules/@progress/kendo-theme-bootstrap/scss/button/_index.scss 15:9 @import node_modules/@progress/kendo-theme-bootstrap/scss/toolbar/_index.scss 6:9 @import node_modules/@progress/kendo-theme-bootstrap/scss/adaptive/_index.scss 9:9 @import node_modules/@progress/kendo-theme-bootstrap/scss/grid/_index.scss 6:9 @import projects/lib/src/lib/app-theme/kendo.scss 37:9 @import projects/admin/src/app/shared/layout/wrapper/wrapper.component.scss 6:9 root stylesheet ** Angular Live Development Server is listening on localhost:4202, open your browser on http://localhost:4202/ **
Is there a way to style the different events for the kendo-timeline component, including the timeline-circle so that different types of event can be easily distinguished by the user?
At the moment the best I can do is set an ngClass for the kendoTimelineCardHeaderTemplate.... but it doesn't look great! I also cant see a way to set the timeline circle by an event "type"
Is resize column menu item is added in kendo angular grid version 6.1.3? If yes, then please share me the reference to implement the column resize in column menu options.