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

RadGrid on WSS 3.0

2 Answers 47 Views
Grid
This is a migrated thread and some comments may be shown as answers.
J
Top achievements
Rank 1
J asked on 02 Apr 2012, 12:09 PM
I'm trying to run the self-hierarchy example on a WSS display form.
I use basically the same xml and c# code, only with a different data binding.
There are no other scripts registered on the page currently.
On the page load I got JS error from the telerik webresource -
var c=a._events[f]||[];
on line 421 - _events is undefined.
Next error is on line 7986:
},_buildNode:function(i,h){var g=this._getEntityByName(i.Name),j=this,k={name:i.Name,type:i.EntityType,entity:g,child:h.apply(j,[g.NavigationProperty])};
again undefined variables.
so when i try to collapse the hierarchy in the grid the $find method returns null - when provided with the proper id of the grid.
further debugging showed that the grid does not exist in the sys.application.components collection.
I'm using Q3 2011 SP1 version of the components.
Please advice what can be wrong.

2 Answers, 1 is accepted

Sort by
0
Marin
Telerik team
answered on 05 Apr 2012, 10:51 AM
Hi,

 The current version of the controls supports only Sharepoint 2010, on .NET 3.5. If you need support for WSS 3.0 or MOSS 2007 you will need to use an earlier version of the controls (prior to Q3 2010) which also supports .NET 2.0 builds.
Sample demos can be found here: http://sharepoint2007.telerik.com 

All the best,
Marin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Shruti B
Top achievements
Rank 1
answered on 06 Apr 2012, 08:28 AM
Ok, where can i find these earlier builds?
Tags
Grid
Asked by
J
Top achievements
Rank 1
Answers by
Marin
Telerik team
Shruti B
Top achievements
Rank 1
Share this question
or