I placed a table in my html:
and then called the grid:
when I run the page I get this error: Uncaught TypeError: Object #<Object> has no method 'isRtl'
I did originally have this connecting to my datasource, but I removed that to see if maybe the datasource was causing the error, but even at this bare-bones I'm still getting the issue.
I'm fairly new to Kendo so I'm not sure what else I need to supply to give you an idea of what might be wrong, so if you need more info please let me know and I'll supply it!
Thanks!
<table id="comments"> <tr> <th data-field="module"></th> <th data-field="author"></th> <th data-field="date"></th> <th data-field="comment"></th> <th data-field="status"></th> </tr></table>$("#comments").kendoGrid();I did originally have this connecting to my datasource, but I removed that to see if maybe the datasource was causing the error, but even at this bare-bones I'm still getting the issue.
I'm fairly new to Kendo so I'm not sure what else I need to supply to give you an idea of what might be wrong, so if you need more info please let me know and I'll supply it!
Thanks!
