Hello All,
I am developing a web part in SharePoint using wspbuilder project. I have MOSS 2007 installed in my machine. I am having an aspx page in my project which in a nutshell a setting page for controlling the web part. I have used telerik's controls like RadDropDown, RadFormDecorator,etc in that page.
I know that in order to make the ajax controls work in sharepoint, we need to do some tweaks in the web.config of the web application. I have achieved that programmatically in the receiver class of my SharePoint Feature. So, the appropriate entries would be added in the web.config of my web application once I activate the feature in my site.
Nevertheless, the ajax controls which are used both in my web part and the aspx page are functioning in an undesirable manner. The drop down is not dropping down at all if I click the down arrow and also the Skin which I have applied for the entire page using 'RadFormDecorator' isn't getting applied at all. Even I have given the script manager at the top of my form tag. I am not able to perceive where am going wrong. Any help rendered would be of great use.
I am developing a web part in SharePoint using wspbuilder project. I have MOSS 2007 installed in my machine. I am having an aspx page in my project which in a nutshell a setting page for controlling the web part. I have used telerik's controls like RadDropDown, RadFormDecorator,etc in that page.
I know that in order to make the ajax controls work in sharepoint, we need to do some tweaks in the web.config of the web application. I have achieved that programmatically in the receiver class of my SharePoint Feature. So, the appropriate entries would be added in the web.config of my web application once I activate the feature in my site.
Nevertheless, the ajax controls which are used both in my web part and the aspx page are functioning in an undesirable manner. The drop down is not dropping down at all if I click the down arrow and also the Skin which I have applied for the entire page using 'RadFormDecorator' isn't getting applied at all. Even I have given the script manager at the top of my form tag. I am not able to perceive where am going wrong. Any help rendered would be of great use.