TypeError : r.getClientRects is not a function
问题 I am trying to create a custom toolbar in KendoUI grid following this link:http://demos.telerik.com/kendo-ui/grid/toolbar-template but getting stuck with an error. This is what I am trying to do in my code: <div id="example"> <script type="text/x-kendo-template" id="template"> <div class="toolbar"> <label class="category-label" for="category">Show products by category:</label> <input type="search" id="category" style="width: 150px" /> </div> </script> <div id="grid"></div> <script> $(document