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

Editing user profiles MOSS from a RadWindow...

1 Answer 36 Views
Sharepoint Integration
This is a migrated thread and some comments may be shown as answers.
Andres
Top achievements
Rank 1
Andres asked on 24 Apr 2009, 05:03 PM
Hi everybody

I'm developing a web part that allows to edit the user profiles properties choosing an user from a user list in a RadGrid.

I thougth about 2 solutions:

Create a new web part that allows to edit the user profile information (Connect 2 web parts, Consumer(to Edit) and producer(to Search) )

and the 2nd option is Show and Edit the user profile information, both, within a RadWindow (I prefer this option).

Could anybody help me with some ideas about how to work interacting with the RadWindow and a Web Part??

Thanks for advance

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 27 Apr 2009, 10:54 AM
Hi Andres,

The RadWindow control is basically an IFRAME and it behaves just like one. This being said, if your implementation logic is working fine with an IFRAME or a standard browser's popup (window.open()), the same approach will work with RadWindow as well.
If you decide to implement your logic with RadWindow, I believe that the following documentation topic will be of help:
Create an AJAX-enabled Sharepoint WebPart that uses RadControls
Incorporating RadControls for ASP.NET Ajax in MOSS WebSites

Greetings,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Sharepoint Integration
Asked by
Andres
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or