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

RAD ASP.NEt replacement for Toolkit AlwaysVisibleControl extender

6 Answers 95 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Frank
Top achievements
Rank 1
Frank asked on 24 Aug 2011, 04:32 PM
Is there an RAD ASP.net control extender to make a control always visible.. like the ASP.net Ajax Toolkit AlwaysVisible Control Extender?  If not.  Is the ASP.net Ajax Toolkit compatible with the RAD tools?  thanks

EDIT ======================================================================
for others that follow. 
good solution is here...

http://www.telerik.com/community/forums/aspnet-ajax/general-discussions/alwaysvisiblecontrol.aspx

Don't bother reading below, big waste of time.

6 Answers, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 25 Aug 2011, 09:11 AM
Hello Frank,

We do not offer such a component, however our controls are compatible with the ASP.NET AJAX Toolkit (since they are both built on top of the ASP.NET AJAX framework) and you should be able to use the Toolkit's AlwaysVisible extender side by side with our components.

Additionally, for side by side comparison of our controls and those from the AJAX toolkit, you may review this page.

Greetings,
Sebastian
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
Frank
Top achievements
Rank 1
answered on 25 Aug 2011, 02:47 PM
Thanks for the info Sebastian.  Is there a document that shows how to use Rad controls and toolkit controls side by side?  I seem to be getting a script manager conflict... "Microsoft JScript runtime error: AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts. Ensure the correct version of the scripts are referenced. If you are using an ASP.NET ScriptManager, switch to the ToolkitScriptManager in AjaxControlToolkit.dll."  when using RadScriptManager and broken Rad functionality when using ToolkitScriptManager. 
0
Sebastian
Telerik team
answered on 25 Aug 2011, 03:35 PM
Hello Frank,

I think that the information from this public forum post can help you eliminate the exception you receive and use the AJAX toolkit and our controls in the same project.

Best regards,
Sebastian
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
Frank
Top achievements
Rank 1
answered on 25 Aug 2011, 07:06 PM
You are right. 

After several hours following every last suggestion on that huge post I was able to remove the exception.  But now on a PanelBar when I click a bar it does a full page postback.  So... no exception... but does not work together properly.  This was a brand new download of both RAD tools and ASP.Net Control Toolkit. 

What else can I try ?
0
Sebastian
Telerik team
answered on 26 Aug 2011, 09:44 AM
Hi Frank,

Have you ajaxified the panelbar via an ajax manager or a panel? Thus it should perform server operations with async requests instead of plain postbacks.

Regards,
Sebastian
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
Frank
Top achievements
Rank 1
answered on 29 Aug 2011, 04:29 PM
The script manager looks like

<telerik:RadScriptManager ID="RadScriptManager1" runat="server">

 

 

 

  <Scripts>

 

 

 

    <asp:ScriptReference Assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"

 

 

 

Name="MicrosoftAjax.js" Path="Scripts-40412/MicrosoftAjax.js" />

 

 

 

<asp:ScriptReference Assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"

 

 

 

Name="MicrosoftAjaxWebForms.js" Path="Scripts-40412/MicrosoftAjaxWebForms.js" />

 

 

 

  </Scripts>

 

 

 

</telerik:RadScriptManager>


Is there a sample app that shows how to include the now current version of Rad tools and now current version of ASp.Net Ajax toolkit together?

 

 

 

Tags
General Discussions
Asked by
Frank
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Frank
Top achievements
Rank 1
Share this question
or