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

Kendo Grid Checkbox column

1 Answer 240 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Kevon
Top achievements
Rank 1
Kevon asked on 30 Sep 2013, 11:49 AM
We are adding a checkbox column to the grid to allow user to select row through it.

I renders good on chrome however it cannot do so on IE 10

Please have a look at attached images for the issue.

We have following code in to add checkbox column as a first column of the grid.

var options = ko.utils.extend({}, allBindingsAccessor());
options.customKendoGrid.columns.unshift({ template: "<input type='checkbox' class='checkbox' />" });

Please advise.

1 Answer, 1 is accepted

Sort by
0
Alexander Popov
Telerik team
answered on 02 Oct 2013, 08:34 AM
Hi Dan,

Our Code Library contains a sample project which demonstrates how to select Grid rows using checkboxes. I would recommend you to check the implementation in that project and try to incorporate it in yours.
 

Regards,
Alexander Popov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Kevon
Top achievements
Rank 1
Answers by
Alexander Popov
Telerik team
Share this question
or