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

[Solved] MOSS2007 + RadGrid 4.6

3 Answers 83 Views
RadControls
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
ZipTX
Top achievements
Rank 1
ZipTX asked on 05 Jun 2007, 09:29 PM
We have been using the RadGrid in MOSS2007 for sometime now.   But when upgrading to the latest release there is a failure.   The RadGrid.Net2.dll is put in \bin and the failure comes when adding the <SafeControl> tag.

<SafeControl Assembly="RadGrid.Net2, Version=4.6.0.0, Culture=neutral, PublicKeyToken=ec87bc2939ec45df" Namespace="Telerik.WebControls" TypeName="*" Safe="True" />

RadCalendar 2.1, RadComboBox 2.7, RadInput 2.0 all work fine with the new 2007 release files.

Any suggestions?

3 Answers, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 06 Jun 2007, 06:21 AM
Hi,

Are you using the latest version from our site? The current grid is 4.61 (Q1 2007 SP1). Therefore you should use 4.6.1.0 as the version string in the SafeControl element:

<SafeControl Assembly="RadGrid.Net2, Version=4.6.1.0, Culture=neutral, PublicKeyToken=ec87bc2939ec45df" Namespace="Telerik.WebControls" TypeName="*" Safe="True" />

Also, consider adding an additional SafeControl element for the Telerik.RadGridUtils namespace:

<SafeControl Assembly="RadGrid.Net2, Version=4.6.1.0, Culture=neutral, PublicKeyToken=ec87bc2939ec45df" Namespace="Telerik.RadGridUtils" TypeName="*" Safe="True" />

Since the grid is in the bin folder, you might also need to modify the CAS settings for your MOSS web application. If you receive security exceptions, try raising the Trust level in the web.config to Full, restart the web application and see if the errors stop. If you do not want to run your MOSS web app in Full trust, then you will need to create a custom CAS policy for the grid assembly. We can give you more information on the custom policy if you need it.

Regards,
Lini
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Roberto
Top achievements
Rank 1
answered on 27 Aug 2008, 03:34 PM
I need some documentation on how to implement RadGrid to MOSS. Can anyone assist me?
0
Vlad
Telerik team
answered on 28 Aug 2008, 06:26 AM
Hello Roberto,

Please check our documentation and live examples:
http://www.telerik.com/help/aspnet-ajax/moss-overview.html
http://sharepoint.telerik.com/ 

Regards,
Vlad
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
RadControls
Asked by
ZipTX
Top achievements
Rank 1
Answers by
Lini
Telerik team
Roberto
Top achievements
Rank 1
Vlad
Telerik team
Share this question
or