or
$(document).ready(function() { $("#grid").kendoGrid({ dataSource: { transport: { read: { url: "bin/view_inventory.php", dataType: "json" } } }, height: 250, scrollable: true, sortable: true, filterable: true, pageable: true, columns: [ { field: "id", title: "ID" }, { field: "type", title: "Type" }, { field: "name", title: "Name" }, { field: "descripton", title: "Description" }, { field: "price", title: "Price" }, { field: "account", title: "Account" } ] });});
"<span style="color:blue;">testcontent%lt;/span>".