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

javascript error on grid, preventing filterable, sortable, groupable

1 Answer 40 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Daniel Collier
Top achievements
Rank 1
Daniel Collier asked on 22 Sep 2010, 06:46 PM
We are using 2010.2.713.  We are using a couple of server side grids, which are rendering okay.  However, I am now trying to add filtering, sorting and grouping to the grid.  In IE, when I go to the page, even with those 3 features turned off I am getting a javascript error.  So just to be clear, the problem doesn't seem to be caused by those 3 features, but I think the errors may be preventing the functionality of the features that I need to add.  See errors below:

Webpage error details
 
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDR; .NET4.0C; .NET4.0E; Tablet PC 2.0)
Timestamp: Wed, 22 Sep 2010 17:41:03 UTC
 
 
Message: Object doesn't support this property or method
Line: 159784978
Char: 2
Code: 0

This error shows once per grid on the page.  When I turn on filtering, the filter icon is displayed, but clicking it does nothing.  When I apply grouping, I see the header row saying "drag here...etc" but I can't drag any column headers.  When I apply sorting, the grid results are blank, but the grid itself displays including the column names, no sorting icon is displayed.

Any idea what we did wrong?  I can submit a nonproprietary code sample that reproduces the problem, if that would help.

Update:  I put a grid on the content page and its working fine.  It seems that the grids aren't working because of how we load them.  We are using JQuery's .load to load an mvc user control into a div tag.  I guess there's some issue with that loading method and using the grid features we want.  Am I anywhere in the ballpark?

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 23 Sep 2010, 07:02 AM
Hello Daniel Collier,

 There are a few  things to mention:

  1. You are not using the latest official release - try upgrading to 2010.2.825
  2. There is a known problem with server side filtering and IE 8 XSS filter. You can check this forum thread for additional info. This may be the problem you are experiencing.

Regards,
Atanas Korchev
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
Daniel Collier
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or