You can easily change style of normal HTML table in Kendo Ui Grid.
Just using the script :
Now the script in your table
Just using the script :
<script>
$(document).ready(function() {
$("#grid").kendoGrid({
height: 550,
sortable: true
});
});
</script>
Now the script in your table
<table id="grid">
</table>
Comments
Post a Comment