3 Answers, 1 is accepted
0
Hello Bernard,
The RadDock control works in MOSS website. You can use our online help for more information on how to integrate the RadDock in MOSS: "Deploying RadControls for ASP.NET Ajax" and "Incorporating RadControls for ASP.NET Ajax in MOSS WebSites".
Do not hesitate to contact us, if you need further assistance.
All the best,
Pero
the Telerik team
The RadDock control works in MOSS website. You can use our online help for more information on how to integrate the RadDock in MOSS: "Deploying RadControls for ASP.NET Ajax" and "Incorporating RadControls for ASP.NET Ajax in MOSS WebSites".
Do not hesitate to contact us, if you need further assistance.
All the best,
Pero
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
0

Bernard
Top achievements
Rank 1
answered on 08 Nov 2010, 10:06 AM
Hi,
Basically, what we want to do is to drag and drop SharePoint 2010 webparts without going into Edit Mode.
How is authentication being managed?
How is the webpart metadata (e.g. webpart settings) stored after the drag and drop event?
Thanks!
Basically, what we want to do is to drag and drop SharePoint 2010 webparts without going into Edit Mode.
How is authentication being managed?
How is the webpart metadata (e.g. webpart settings) stored after the drag and drop event?
Thanks!
0
Hello Bernard,
I am not that familiar with the Microsoft Sharepoint framework, and I am not sure whether it is possible to move the web parts without going into edit mode.
You can handle the RadDock's DockPositionChanged, to update the changes (i.e. webpart settings) of the specific web part moved. Make sure the docks automatically post the page back to the server.
The RadDock is a standard ASP.NET Ajax control, and conforms to the built-in ASP.NET (or MOSS) user authentication and authorization, i.e. it would behave in the same way as other ASP.NET controls would. I suppose you can use the RadDock's ForbiddenZones (AllowedZones) functionality to limit the docking of the dockable objects depending on the user. The Closed or Visible properties should be used to show/hide the docks depending on the user logged in.
Greetings,
Pero
the Telerik team
I am not that familiar with the Microsoft Sharepoint framework, and I am not sure whether it is possible to move the web parts without going into edit mode.
You can handle the RadDock's DockPositionChanged, to update the changes (i.e. webpart settings) of the specific web part moved. Make sure the docks automatically post the page back to the server.
The RadDock is a standard ASP.NET Ajax control, and conforms to the built-in ASP.NET (or MOSS) user authentication and authorization, i.e. it would behave in the same way as other ASP.NET controls would. I suppose you can use the RadDock's ForbiddenZones (AllowedZones) functionality to limit the docking of the dockable objects depending on the user. The Closed or Visible properties should be used to show/hide the docks depending on the user logged in.
Greetings,
Pero
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