or
<link href="examples.css" rel="stylesheet" /><link href="styles.css" rel="stylesheet" />$("#grid").kendoGrid({ columns: [ { field: "FirstName", width: 90, title: "First Name" } , { field: "LastName", width: 90, title: "Last Name" } , { width: 100, field: "City" } , { field: "Title" } , { field: "phone", title: "Phone Number", template: '<input type=text name='phone' value=#phone# />' } , { width: 50, field: "Age" } ] });
var e = jQuery.Event("click");e.ctrlKey = true;$(this.gridRow).trigger(e);
pageable: true,
filterable: true,
columnMenu : true,sortable : true,
selectable: 'row',
height: 250,
scrollable :false