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

Loading Panel in Sharepoint

1 Answer 46 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Albert
Top achievements
Rank 1
Albert asked on 06 Sep 2011, 01:31 AM
Hi,

I have this issue.  First we created an asp.net website using telerik controls and everything works like a charm.  Now we need to get this asp.net pages converted to visual web part in sharepoint 2010.  Everything works as expected except for the loading panel.  So what we did is to remove all loading panel at first and just trigger a postback everytime we need to.
 
Now we want to use this loading panel and we were able to make this work by using a single radajax panel for the whole user control but the issue is if you have a combo box inside the ajax panel, the combo box becomes somewhat disabled.  You cannot change the content of the radcombo box after the postback.

Any suggestions?

Thanks!

1 Answer, 1 is accepted

Sort by
0
Cat Cheshire
Top achievements
Rank 1
answered on 08 Sep 2011, 10:20 AM
You can try adding the RadAjaxManager at OnInit event of the web part and then add the AjaxSettings as described here:
http://www.telerik.com/community/forums/aspnet-ajax/scheduler/scheduler-in-sharepoint.aspx
Tags
Ajax
Asked by
Albert
Top achievements
Rank 1
Answers by
Cat Cheshire
Top achievements
Rank 1
Share this question
or