RadMap

Posted by Community Admin on 04-Aug-2018 19:47

RadMap

All Replies

Posted by Community Admin on 13-Aug-2014 00:00

Can I develop a map using RadMap in Sitefinity?

Posted by Community Admin on 13-Aug-2014 00:00

Hi BB,

Sure, you can create a UserControl and add the Telerik RadMap into that control. A UserControl you can add to the toolbox, so it would be easy to insert the map onto your pages.

Kind regards,
Daniel

Posted by Community Admin on 13-Aug-2014 00:00

UserControl error says "Unknown server tag 'telerik:RadMap'.
What am I missing?

Posted by Community Admin on 13-Aug-2014 00:00

Hi BB,

You will need to add an import statement into the UserControl. I'm not sure which one this is, but you probably can see it somewhere in the existing widget templates.

Kind regards,
Daniel

Posted by Community Admin on 13-Aug-2014 00:00

I'm not sure which one it is, where can I see the example code?
I tried this page
demos.telerik.com/.../defaultcs.aspx

but it didn't work.

Posted by Community Admin on 18-Aug-2014 00:00

Hello,

In order to define the telerik prefix and use the RadControls you should register the controls assembly, namespace and prefix. The default is:

<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>


Regards,
Nikola Zagorchev
Telerik
 
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Sitefinity CMS Ideas&Feedback Portal and vote to affect the priority of the items
 

This thread is closed