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

Select single row without command column

0 Answers 73 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ramesh
Top achievements
Rank 1
Ramesh asked on 24 Jul 2012, 10:48 AM

I have used Kendo grid, I need to select a row without command columns. 

Here is my code..

 
var grid = $("#grid").kendoGrid({
        dataSource: grid,
        height: 450,
        sortable: true,
        selectable: "row",
        columns: [
            field: "user" },
            { field: "subject" },
            field: "status" },
           command: ["Update"],  title: "Subscribe" },
            command: ["destroy "], title: "Delete"}
           ]
    });

 In UI i want to select user, subject, status only. 



No answers yet. Maybe you can help?

Tags
Grid
Asked by
Ramesh
Top achievements
Rank 1
Share this question
or