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

RadControls In MOSS !!!!

2 Answers 67 Views
Sharepoint Integration
This is a migrated thread and some comments may be shown as answers.
Talha
Top achievements
Rank 2
Talha asked on 09 Feb 2010, 08:24 AM
Hello,

I want to use RadMenu and RadGrid controls in moss2007, both of these controls will be in hierarchy. In each row of RadGrid I have to load actions from the database on ItemDataBound event of grid.
I've done the configurations provided at the "Incorporating RadControls in MOSS sites" page.
When I load the menuitems statically, It works but when I load it from database, the page doesn't show up and some error occurs.

Second thing, I want to apply the radcontrols' skin on both RadGrid and RadMenu, how to do that?
I copied the "RadControls/Grid" and "RadControls/Menu" folders to the Images folder of the website and changed the properties of the controls respectively but some IOException is thrown by MOSS.

Please help me asap.

Regards,

Talha Majeed.

2 Answers, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 09 Feb 2010, 08:49 AM
Hi Talha,

How to configure the Classic versions of RadControls to apply skin that is different than the default skin you can see from the topics in the documentation below:

http://www.telerik.com/help/aspnet/grid/grdskins.html
http://www.telerik.com/help/aspnet/menu/menu_use%20skins.html

I recommend you use the ASP.NET AJAX counterparts of the controls because they are built on top of the ASP.NET AJAX framework and include various new features/enhancements that you may find useful.

Best regards,
Sebastian
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
0
Talha
Top achievements
Rank 2
answered on 09 Feb 2010, 10:47 AM
Hi Sebastian,

I've been using the RadControls in ASP.NET applications, and they work fine in there.
BUT now I'm deploying the webparts into MOSS 2007, where I'm unable to apply any skin(s) of the RadControls.
I was using the RadControls release Q1 2008 when I posted this thread. Now I'm using the new version of Telerik Controls, and I'm facing the same problem when I deploy the webpart into a MOSS website.

I've done all the configurations given in your Integration section, but invane.

What else can I do to make it work?

Here is the code >>>>

========== *.ASCX file ==========
<telerik:RadGrid ID="RadGrid1" runat="server" GridLines="None">
</telerik:RadGrid>

========== *.CS file ===========
RadGrid1.DataSource = dt;
RadGrid1.DataBind();

when I use,
SkinsPath="~/Images/RadControls/Grid/Skins"
Skin="Default"
properties of the grid, the page is not loaded and MOSS throws an unhandled exception.

I've copied the following assemblies to the bin folder of the website:

- RadGrid.Net2.dll
- RadMenu.Net2.dll
- Telerik.Web.UI.dll
- Telerik.Web.Design.dll
- System.Web.Extensions.dll

Telerik.Web.UI.dll and Telerik.Web.Design.dll both have been added to the SafeControls List.

Please tell me if I need anything anything else.

Regards,

Talha Majeed.
Tags
Sharepoint Integration
Asked by
Talha
Top achievements
Rank 2
Answers by
Sebastian
Telerik team
Talha
Top achievements
Rank 2
Share this question
or