Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
127 views
Hi,
       Is there a way to control the time of rad pane expand/collapse mode. Please provide me with a solution to control the timing of expansion and collapse.

Regards,
Ajit
Svetlina Anati
Telerik team
 answered on 03 Aug 2009
1 answer
237 views
HI,

Can I get an idea on how to get the goole map application on the sitefinity site, is there any control which can help me do that.

Thank you,
Jay Mehta.
Georgi
Telerik team
 answered on 03 Aug 2009
0 answers
78 views
hello my friends
in tabstrip,Orientation="verticalright"  dose not work??? why???
please help me.
thanks
Mostafa Tehrani
Top achievements
Rank 1
 asked on 03 Aug 2009
1 answer
135 views
Hello All

I have a TextBox say Enter Range, when the user click in the test box, i am getting radcalander and giving the choice to select date range, when user select dates i am getting one by one dates in the text box,

But i want only two dates should be selected and display in the text box at a time
can you please solve the problem,i want multiple selection and display which one is min and second is max that is start date  and enddate.

instead of giving two textbox, i am giving user only one textbox with in this he is selecting two dates.
can anyone solve this

regards

immu
Shinu
Top achievements
Rank 2
 answered on 03 Aug 2009
3 answers
114 views

Hi to all,
how is it possible to hide the "to" Label of the Advanced Edit Form (the label after which there is the RadDatePicker for the EndDate) ?
I've tried all the possible Id in the RadScheduler1_FormCreated function, like:

WebControl cont = (WebControl)e.Container.FindControl("????????");

 

without success.

What is its ID ?
Thanks you very much in advance.
Regards,
Sergio

Peter
Telerik team
 answered on 03 Aug 2009
3 answers
156 views
I have got my script working to restrict only one dock in a zone.

But the problem I am having is, it works only if I drag the dock below the current dock. Say there are two zones:

Zone Destination
---------------------------
Dock A

Zone Origin
---------------------------
Dock B

I am moving Dock B to Zone Destination, when it is dropped, the script will check if Zone Destination has more than 1 dock, if so, remove old dock and replace with new dock. Old dock will get sent back to Zone Origin.

It works fine, but only if I drag Dock B below Dock A. If I drag Dock B above Dock A, it will just append to the zone.

What am I missing here?

Here's the script:

 <script type="text/javascript">  
 
     function SetHandleDock(dock, args) {  
 
         dock.set_handle(document.getElementById(dock.get_id()));  
 
     }  
 
     var dockZoneID;  
     function checkMaximumDock(dock) {  
         var selectionZone = $find('<%= radDockZone.ClientID %>');  
         var newDockZoneID = dock.get_dockZoneID();  
         //if the dock is floated or dropped in the selection zone return    
         if (newDockZoneID == '' || selectionZone.get_clientID() == newDockZoneID) return;  
 
         if (dockZoneID != newDockZoneID) {  
             var dockZone = $find(newDockZoneID);  
             var docks = dockZone.get_docks();  
             if (docks.length > 1) {  
                 var oldDock = docks[0];  
                 oldDock.undock();  
                 selectionZone.dock(oldDock);  
                 dockZone.dock(dock);  
             }  
         }  
     }  
 
     function OnClientDragStart(dock) {  
         dockZoneID = dock.get_dockZoneID();  
          
     }    
      
 </script> 

For dock B:

radDock.OnClientDragEnd = "checkMaximumDock";  
radDock.OnClientDragStart = "OnClientDragStart"
Jim
Top achievements
Rank 1
 answered on 03 Aug 2009
3 answers
93 views
Hi,

I have implemented RadChart with Negative values but now need to add seprate background colors for the PlotArea above zero and below zero. Please let me know how it could be done.

Regards,
Arun
Giuseppe
Telerik team
 answered on 03 Aug 2009
1 answer
107 views
We are tyring to embed videos into our MOSS 07 instance... we have the latest Q2 editor release.

We are able to embed the video into a web part and it will save and play into the page...
however when using the editor as a field control the obect code is complety removed.

<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" type="application/x-shockwave-flash" width="425" height="344">
<param NAME="src" VALUE="http://www.youtube.com/v/GVC4Jxh6CZo">
<param name="movie" value="http://www.youtube.com/v/aUczKPXWLAM&amp;hl=en&amp;fs=1">
<param NAME="width" VALUE="425">
<param NAME="height" VALUE="350">
<param NAME="quality" VALUE="high">
<param NAME="play" VALUE="true">
<param name="allowFullScreen" value="true">
<param NAME="type" VALUE="application/x-shockwave-flash">
<param NAME="pluginspage" VALUE="http://www.macromedia.com/go/getflashplayer">
<embed src="http://www.youtube.com/v/aUczKPXWLAM&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" height="344" width="425"></embed>
</object>


Any ideas... this only happens in the pages we use the editor as a field control... pages where its a web part work fine.

thanks...
Rumen
Telerik team
 answered on 03 Aug 2009
4 answers
254 views
Hi there,

I have a client, that wants to lay some links over a pie diagramm. That means, by clicking on a piece, he wants to redirect to a predefined link. Is it possible to do this with telerik?

Thanks for Help,
Simon
Giuseppe
Telerik team
 answered on 03 Aug 2009
2 answers
142 views
Hi Telerik,

I am using ajax rad  tree view in our project. And there is a chance that user can put some html tags as node text.

For example if we use node text as <marquee>test</marquee>, the text is moving horizantally.
but it should render like "<marquee>test</marquee>"

Please suggest me to stop rendering the text as html.

Thanks in advance,
Balaji Velasiri.
Balaji
Top achievements
Rank 1
 answered on 03 Aug 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?