Telerik Forums
Kendo UI for Angular Forum
1 answer
75 views

We use Kendo in our app and I work within Stackblitz doing quick prototypes.  Yesterday, I notice most of the buttons and input components styling in my prototype were broken.  I haven't actively coded in a few days, so knew it was something related to a dependency. 

I see you all dropped a new release with a lot updates to buttons, inputs, etc.  Cool - but I think you have somethings to sort out.  I thought it was on my end and if I updated dependent packages  it might all fall into place.   

But I see now that its effecting your own demo's /examples from your site.   Did you anticipate this to be breaking changes? 

Check out the checkbox interfaces:  - this is pretty bad, and makes it unusable. 

 

 

Also styling in the header filters and the column chooser as just a few examples:

 
LJ
Top achievements
Rank 1
Iron
Iron
 answered on 20 Jan 2022
0 answers
2.0K+ views

I am using kendo-angular-grid v 5.0.3 and if I declare

  <kendo-grid-checkbox-column showSelectAll="true">
  </kendo-grid-checkbox-column>

 

in my grid before any of my <kendo-grid-column> definitions, with

  [selectable]="enabledtruecheckboxOnlytruemode'multiple' }"

 

defined in <kendo-grid>  I do not see a checkbox column, even if I add to my grid the following:

  [kendoGridSelectBy]="parent.rowsSelectedKeys"
  [selectedKeys]="parent.selectedRows"

 

My columns are built from a set of config as so:

  <kendo-grid-column
    *ngFor="let col of parent.columnDefinitions$ | async"
    [ngSwitch]="col.type"
    field="{{ col.field }}"
    title="{{ col.title }}"
    width="{{ col.width }}"
    [editable]="col.editable"
    editor="{{ col.type }}"
    format="{{
      col.filterFormat == 'datetime' || col.filterFormat == legacyDateTimeFormat
        ? gridDateTimeFormat
        : dateFilterFormat
    }}"
    filter="{{ col.type == 'string' ? '' : col.type }}"
    [filterable]="col.filterable"
  >

 

Why am I not seeing my checkbox selection column displaying?

 

Murray
Top achievements
Rank 1
Iron
Veteran
 asked on 27 Jul 2021
1 answer
72 views

Hello Every one

In the given example I use Kendo Grid with checkbox in the first column and also there is a SelectAll checkbox as column header. Also there is a TrackJS package installed. when tracksj is not initialized the click event of the select all checkbox emit "CHECKED" string as an event. And, heere is intersting, If TrackJS is initialized same event fires "UNCHECKED" value as an event :). Here is a example to reproduce and test my case.

https://stackblitz.com/edit/test-kendo-grid-checkbox?file=src/app/app.component.ts

The TrackJS is very usefull package wich allow to catch JS errors at production. And I have this issues . 
Does this reported in the past?

Does it possible to have a fix or support from Kendo Team?

Martin Bechev
Telerik team
 answered on 07 Jun 2021
Top users last month
Patrick
Top achievements
Rank 1
Iron
Iron
Iron
MIS
Top achievements
Rank 1
Ross
Top achievements
Rank 1
Marcin
Top achievements
Rank 1
Iron
Iron
Sean
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?