You can easily change style of normal HTML table in Kendo Ui Grid. 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>
Work smarter, not harder.