Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
104 views
Hello Sir,

When i Open Rad Window and when i close it then i m firinng btnclick event on Client Close Of Window.
After parent page postback again rad window open Autometically.

How Can i avoid it.
my client close function is as below.

function

 

OnClientClose(oWnd, args) {

 

$get(

'<%=btnRefresh.ClientID%>').click();

 

}


Please Help Me

Thanks.
Chandan Kumar
Chandan Kumar
Top achievements
Rank 1
 answered on 05 May 2010
3 answers
308 views
hi,
        
      I am Doing Drag and Drop Between Node , after Drag and Drop , the nodes should be Sorted . 
i want to know how to do sorting in client side and serverside ..

I am using Asp.net ajax q1 2010 ,net 3.5
 

Thanks & Regards
lijijose
Veronica
Telerik team
 answered on 05 May 2010
1 answer
64 views

RadAjaxLoadingPanel image is not dispalying in Q1 2010, What's the new path on this version. 


<

 

 

telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server">

 

 

 

<img alt="Loading..."

 

 

 

src='<%= RadAjaxLoadingPanel.GetWebResourceUrl(Page, "Telerik.Web.UI.Skins.Default.Ajax.loading3.gif") %>'

 

 

 

style="border:0;" />

 

 

 

</telerik:RadAjaxLoadingPanel>

Thanks!

 

Pavlina
Telerik team
 answered on 05 May 2010
2 answers
95 views

Im trying to change the "javascript:___dopostback" message in the header linkbutton (sort column).

Im handling the ItemDataBound event, and using this code:

   if (e.Item is GridHeaderItem)
   {
    ((LinkButton)e.Item.Cells[2].Controls[0]).Attributes.Add("onmouseover", "window.status='';");
   }

But Its not working, someone tried it before?

 

 

 

 

André Freitas
Top achievements
Rank 1
 answered on 05 May 2010
2 answers
125 views
I found that I can set the MaxFileInputsCount property to only have a single upload control, but the remove and add buttons are still visible.  Can these be removed without resorting to script to hide them?

Thanks.
Jamie
Top achievements
Rank 1
 answered on 05 May 2010
1 answer
115 views
Hi,


I have implemented same functionality like explained in following link:

http://demos.telerik.com/aspnet-classic/grid/examples/AJAX/OutOfGrid/DefaultCS.aspx


But, I need one extra function in this on click of Reset button to reset the columns ordering if changes any ways.


Thanks

Ankesh
Tsvetoslav
Telerik team
 answered on 05 May 2010
2 answers
320 views
Hi,

I have an issue where I need to display a RadScheduler control in an iframe within a parent page.

So the pages are arranged like this:
[Parent Page]
    [iframe]
        RadScheduler - appointments with RadToolTips
    [/end of iframe]
[/end of Parent Page]

All of this works fine until it comes time to show a tooltip for one of the appointments in the RadScheduler - the tooltip is cut off by the iframe.

Is there a way to have the tooltip display in the parent page, so that the entire tooltip can be seen?

I've setup a simpler example to show the issue, but I couldn't seem to upload a .zip file attachment to my forum post.

The code for the parent page looks something like this:

<telerik:RadToolTip runat="server" ID="RadToolTip1" Width="280px" Height="70px" TargetControlID="elvis.red" 
    OffsetX="0" OffsetY="0" IsClientID="true" EnableViewState="true" ShowCallout="false"
    <br /> 
    <img src="ToolTip.png" alt="&nbsp;" />         
</telerik:RadToolTip> 
 
<iframe id="elvis" src="frametest.aspx" frameborder="1"></iframe> 

And the code for the iframe looks something like this:
<div id="red"></div> 

I thought maybe it had something to do with how the TargetControlID is set. I tried a few things including trying to set the targetControl dynamically with client side script, but with no luck.

Thanks so much for your help,
Greg
Svetlina Anati
Telerik team
 answered on 05 May 2010
2 answers
139 views
I have a table within the RadEditor, when I try to copy a bullet-ed item that has bold text from within the cell, add a new row, and paste into the new cell one of the following two things happen.

 1) it copies the text, but strips the bullet and the bold and leaves it as plain text *strips HTML encoding
 2) on paste the indent doesn't happen (like when you put a bullet point on an item, an indent will automatically happen more like when
     you paste a normal <li> instead of the ordered list mark) *HTML still there, it just doesn't show in design mode


is there a way to either capture the event when something gets added to the clip board, that way I can tell if it has styles while in the clip board, but they are stripped on paste? Or is there a way to copy the list item with the ordered or unordered list tag?
Dobromir
Telerik team
 answered on 05 May 2010
1 answer
124 views
I created a style .tt{...} to replace the <tt> tag (since I didn't see how to enable the button on the toolbar).  However, if I select a portion of a paragraph, the Add CSS Class menu adds the class in a font tag which is non-compliant and nasty.  How do I overide and make it use a span tag?

Format now:
<p>This is my <font class="tt">monospace text</font></p>

Desired format:
<p>This is my <span class="tt">monospace text</span></p>
Rumen
Telerik team
 answered on 05 May 2010
3 answers
165 views
hello

i am using the raddock window as a replacement for one of our own controls which is basically just a styling element which holds other controls.
i adapted the css file and added a custom button which make the dockwindow look almost equally to our own control.

i have troubles with some details of the style (see pictures for better understanding)

markings in DockWindow2 : i assume this is the space from raddockzone, how can i disable it or set it to 0 so it's not taking any space?

DockWindow1, markin of button: how can i make the mouse getting a pointer when navigated on the button?
DockWindow1, inner window right marking: the border on the right side is missing, it is correctly on the left side

here is my css file:
 
 .MyCloseButton { 
   cursor:pointer
    background-imageurl('Dock/close.gif'); 
 
.rdTitleBar 
    border-stylesolid
      border-color:Gray; 
     border:1px
     background-color#003063
     margin:0px
     padding-bottom:4px
      padding-top:4px
 
 
div.RadDock .rdCenter em  
     colorrgb(255, 255, 255); 
    font-familyVerdana
     font-size:14px
     font-weight:bold
    text-alignleft
    padding-left:7px
    margin:0px
 
 
 div.RadDock .rdContent { 
 
    background-color#9cb6d6
    padding5px
        border-stylesolid
         border-bottom-color:#003063
         border-left-color:Gray; 
         border-right-color:Gray; 
      border-top-color:#003063
    border-width1px
    margin:0px
Pero
Telerik team
 answered on 05 May 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?