This is a migrated thread and some comments may be shown as answers.

Grid checkbox column issue

1 Answer 344 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Zjef
Top achievements
Rank 1
Zjef asked on 14 Apr 2020, 02:51 PM

Hello

I'm using the kendo Vue wrapper to implement a grid. I want to have the first column of my grid to be a checkbox column so i can select rows. As the docs suggested I wrote a selectable="true" kendo grid colomn. But no checkboxes are visible, I checked the DOM and it's because there are only input type checkbox tags with class "k-checkbox" added and not the nessecary labels with class "k-checkbox-label". I'm not sure if I'm missing something or the kendo grid column with binding :selectable isn't working properly.

<kendo-grid
    ref="vehicleGrid"
    :data-source-ref="'vehicleDataSource'"
    :groupable="true"
    :sortable="true"
    :resizable="true">
       <kendo-grid-column :selectable="true" :width="50"></kendo-grid-column>
       ...Other columns....
</kendo-grid>

 

Thanks for helping me!

Kind regards

1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 16 Apr 2020, 12:34 PM

Hi Zjef,

 

Since R2 2020 the checkbox styling is applied on the actual input elements and not the labels. Would you endure that you are using the latest version of the styles as well as scripts and let me know how the behavior changes?

 

Regards,
Viktor Tachev
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Tags
Grid
Asked by
Zjef
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Share this question
or