or
var ds = new kendo.data.DataSource({ transport: { read: { url: "/admin/users", dataType: "json" } } });$("#user-grid").kendoGrid({ dataSource: { data: ds, pageSize: 10 }, height: 360, columns: [ { field: "firstname", width: 90, title: "First Name" } , { field: "lastname", width: 90, title: "Last Name" } , { field: "email", title: "Email", width: 200 } ] });
<select id="rotation-combo" class="mycustomclass">mycustomclass" applied to it's wrapper div