4 Answers, 1 is accepted
0
dr
Top achievements
Rank 1
answered on 19 Jun 2009, 12:21 PM
bump...
anyone done this before?
anyone done this before?
0
Hello dr,
I think that the information from the following public forum thread can be useful to you:
http://www.telerik.com/community/forums/sharepoint-2003/controls/using-radgrid-in-a-web-part.aspx
Greetings,
Sebastian
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.
I think that the information from the following public forum thread can be useful to you:
http://www.telerik.com/community/forums/sharepoint-2003/controls/using-radgrid-in-a-web-part.aspx
Greetings,
Sebastian
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.
0
dr
Top achievements
Rank 1
answered on 19 Jun 2009, 02:04 PM
thanks but there are two types of webparts you can use in sharepoint; a traditional webpart which is found in this namespace (System.Web.UI.WebControls.WebParts.WebPart) and a strictly sharepoint webpart which has additional functionality specific to sharepoint (sharepoint.webpart).
the link u sent me describes the standards webpart and not the sharepont specific one. I have already got your controls working in this way, but my situation requires i use the sharepoint.webpart.
I have also looked at your sharepoint grid samples posted on your site but these also use the standard usercontrol and not the sharepoint specific one.
I am also using sharepoint 2007 and not sharepoint 2003.
thanks
j
the link u sent me describes the standards webpart and not the sharepont specific one. I have already got your controls working in this way, but my situation requires i use the sharepoint.webpart.
I have also looked at your sharepoint grid samples posted on your site but these also use the standard usercontrol and not the sharepoint specific one.
I am also using sharepoint 2007 and not sharepoint 2003.
thanks
j
0
dr
Top achievements
Rank 1
answered on 24 Jun 2009, 06:17 PM
i dont know what i was thinking using the sharepoint.webpart, i am going to use the standard webpart. thanks for your help.