This is a migrated thread and some comments may be shown as answers.

Filter button throws javascript error

1 Answer 40 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Joe
Top achievements
Rank 1
Joe asked on 24 Jun 2016, 03:56 PM

In using the grid, with filterable (.Filterable(ftb => ftb.Mode(GridFilterMode.Row))), the icons and/or styles seem to be missing.  I am using the CDN source for my includes:

<link href="~/Content/Site.css" rel="stylesheet" type="text/css" />
  <link href="http://uilibrary.Vensure.com/Styles/reset.css" rel="stylesheet" type="text/css">
 
  <script src="~/Scripts/modernizr-2.6.2.js"></script>
  <script src="~/Scripts/jquery-3.0.0.min.js"></script>
 
 

Can you tell me what, if anything, am I missing from these?  Because the filterable missing icons and other UI elements makes the screen thus far look pretty ugly.

Also, when clicking on the filterable boxes, which should show dropdowns for filter criteria (Starts With, Contains, etc...) all I get instead is a javascript error: Uncaught TypeError: f.getClientRects is not a function

 

The error appears to be thrown by jquery, of which you'll see I am using version 3.0.0.

Any help, suggestions, or advice would be greatly appreciated.

 

 

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 28 Jun 2016, 04:37 PM
Hello,

Could you please update the Kendo version to be 2016.2.607 for all stylesheets and let me know if the icons and styles are still missing?

Regards,
Pavlina
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
Joe
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or