Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
92 views
when I use direction:rtl; in css of ToolTip, border not show correctly!!!
Marin Bratanov
Telerik team
 answered on 14 Apr 2011
1 answer
61 views
Is it possible to define the target for a radTickerItem?

Some of our tickeritems are external links and we would like these to open in new windows.  i.e. Target="_blank"
I cannot find any option to specify that the NavigateUrl should use a specific Target, is there any way to do this?



Niko
Telerik team
 answered on 14 Apr 2011
1 answer
268 views
Hello,

I am using tooltip manager and radgrid to display drilled down data on muse over. I want to copy the grid on right click / printscreen to paste it in emails directly. Is it posible to copy complete radgrid from tooltipmanager and paste ?

Thanks,
Prayag
Mira
Telerik team
 answered on 14 Apr 2011
6 answers
70 views
Hi,
I want the browse button a little bigger than the default 65px. I am using the windows skin 7. I tried this Css without success:
<style type="text/css">
        div.RadUpload .ruBrowse
        {
            width: 120px;
        }
 
</style>

The result is not ok because the background image still remains  fixed to 65px. Is something missed here? How can I choose the bigger button background?

Best regards,
Igor
Igor
Top achievements
Rank 1
 answered on 14 Apr 2011
3 answers
96 views
Do you guys have ever seen this gfx bug and a solution for it? (see attached jpg file)

code for it:
RadWindowManager1.RadAlert("some text", 330, 100, "some header text", "alertCallBackFn");

aspx code:
        <telerik:RadWindowManager ID="RadWindowManager1" runat="server" EnableShadow="false" 
                 Skin="Telerik">
        </telerik:RadWindowManager>

tried changing to different skins and back to default skin. No change.
Just downloaded to the latest asp.net ajax also.

Marin Bratanov
Telerik team
 answered on 14 Apr 2011
1 answer
61 views
I have a problem with IE.  When you click in my application the pop up window is completly off....


so that you can see it..  http://gc.jazzros.com/PopupTest.aspx

open up the URL.

Right cllick on any subject in the calendar.
then click the link in RED.  Show Speical Instructions

I can't see to figure out how to fix that.. 

thank you...


Marin Bratanov
Telerik team
 answered on 14 Apr 2011
4 answers
230 views
When using following client side code

convert: function() {
        var cb = function(arg) {
            if (arg) {
                __doPostBack('', '');
            }
        }
        originalRadConfirm("Question",
                cb, 200,
                200, null,
                "Headline");
},

the PostBack does not get triggered in Firefox after first selecting cancel and then reopining the window and calling confirm
IE and Opera are OK.

Any ideas?
Thanks
Marin Bratanov
Telerik team
 answered on 14 Apr 2011
1 answer
58 views
Hello,

I have a problem with the radwindow control.
It is not opening in IE9 browser.
I'm using the 2009.3.1314.45 version. 
I'm interested in upgrading, but within the next two months. But for now I'm facing problems with my clients due to this problem.

Please, I need a solution.
It is very emergency.

Regards,
Bader
Marin Bratanov
Telerik team
 answered on 14 Apr 2011
1 answer
80 views
Hi,

I'm facing an issue from an upgrade as mentioned.

I have a scenario as such, where I have a RadWindow which returns values via arguments thru OnClientClose, and I write this using javascript to two ASP textboxes, however, the moment I upgraded the component to the latest version, the value gets written to the textboxes but no text is displayed on ctl1. If I do an alert based on the ctl1 value, I can get the value, but the textbox text is still empty. ctl2 works fine.

Any Ideas?

function OnClientClose(radWindow)
{                 
  var oArg = radWindow.Argument;
  if (oArg!=null) {
    if (oArg.type == 'task')
    {
      var ctl1 = document.getElementById(oArg.key1);
      var ctl2= document.getElementById(oArg.key2);
      ctl1.style.color="blue";
      ctl1.value = oArg.value1;
      ctl2.value = oArg.value2;
    }
  }
}
Marin Bratanov
Telerik team
 answered on 14 Apr 2011
1 answer
97 views
Hello Telerik,

I have a question regarding how to access controls inside the slidingpane.

I have a FormView with a slidingpane in it (with all the structure. Slidingzone and all of that)
I have a radiobuttonlist I would like to access in order to make one of its items hidden. Since I don't see server side events (correct me if I 'm wrong) I'm trying to use a script to find all the radiobuttons and make the first item hidden. The question is how do I get the elements in order to reach my radiobuttons? can you direct me to the right direction? 

Thanks in advance

PS
This is what I've tried without success cause it falls into a loop
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" OnAjaxRequest="RadAjaxManager1_AjaxRequest">
        <AjaxSettings>
            <telerik:AjaxSetting AjaxControlID="RadAjaxManager1">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="FVInitialView" />
                </UpdatedControls>
            </telerik:AjaxSetting>
        </AjaxSettings>
    </telerik:RadAjaxManager>   

function OnClientExpanded(sender, args) {
$find("<%= RadAjaxManager1.ClientID %>").ajaxRequest();
 }

<formView id="FVInitialView"....>
 <itemTemplate....>
   ....
   <telerik:RadSlidingPane ID="Radslidingpane4" Title="Page 1" runat="server" Height="550px" OnClientExpanded="OnClientExpanded">
Dobromir
Telerik team
 answered on 14 Apr 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?