Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
292 views
Hi, I'm using RadToolTip control, but I can't find a way to change the font size of the text

How can I do?

<telerik:RadToolTip ID="radToolTipLogin" runat="server" ContentScrolling="Auto" TargetControlID="btnMore"
HideEvent="ManualClose" Width="500px" Height="203px" RelativeTo="Element" Position="BottomCenter"
EnableShadow="true" ShowEvent="OnClick" RenderInPageRoot="true">
      <%# Eval("LOGIN") %>
</telerik:RadToolTip>

I try to put this block of code, but unsuccessfully...

    <style type="text/css">
        .ToolTipContent
        {
            font-size: 10px !important;
        }
    </style>
Marin Bratanov
Telerik team
 answered on 24 May 2011
4 answers
90 views
hi

i have a grid in which the autogenerate edit option is enabled and i want only to insert a new record and after inserting the new record i want to hide the edit option
abinav
Top achievements
Rank 1
 answered on 24 May 2011
2 answers
97 views
Hi,

I am using telerik rad chart. In which i need to give label on X axis to my chart.
But here i found limitation that i can have label of maximum 30 characters. If I am having label with more than 30 characters then it is truncating the label to 30 characters. So, is there any solution for this or is this by default limitation of telerik chart??
Or, is there any alternate way for this??....
Or, Can i have more than one 'DataLabelsColumn' for label of X axis???....

Please help, if there is any work around...

Regards......
Ketan
Top achievements
Rank 1
 answered on 24 May 2011
1 answer
45 views
Hello,

I used RadWindow and I have a "common" issue with Internet Explorer when using "Animation='Fade'"... The font cleartype rendering is disabled.
I said "common" because this is a well known issue of Internet Explorer : the opacity is managed by CSS attribute "filter:alpha(opacity=xxxx);" that automatically disable the cleartype rendering... Even when "filter:alpha(opacity=100)";

I have the same issue when using jquery.fadeIn and the workarount is to remove the CSS attribute filter at the end of the animation.
$(".MyElem").fadeIn("fast", function () {
    try { this.style.removeAttribute("filter"); } catch (ex) { }
});

How can I proceed to correct the problem in RadWindow ?
May be have your a standard workarount (not found despide search in forums) ?

Thanks in advance

Svetlina Anati
Telerik team
 answered on 24 May 2011
1 answer
73 views
I load items in combobox at runtime but when i change the selecteditem, no value is present either via selectedvalue or selecteditem.value
Shinu
Top achievements
Rank 2
 answered on 24 May 2011
3 answers
103 views
I am new to telerik controls and can't figure out how to do something.  I am wanting to use multiple header rows for a grid.  I have 2 groupings of columns that are the same, and  need a header centered over them to give more detail.  If anyone could help with this, i would appreciate it.

Below is an example of how I would like the headers to appear.

                                       Closing                                  Funding
col1               30 Days  60 Days  90 Days          30 Days  60 Days   90 Days

Thanks!!!
Pavlina
Telerik team
 answered on 24 May 2011
1 answer
53 views
In radEditor I have a custon button to set teg at begin en end of my selection like this :

Telerik.Web.UI.Editor.CommandList[

 

"Schedule"] = function (commandName, editor, args) {

 

 

 

 

var selection = editor.getSelectionHtml();

 

 

 

 

//Remove all custom tags before insert new custom tags

 

 

 

var html = editor.get_html(true).replace("<ordredujour>", "");

 

 

html.replace(

 

"</ordredujour>", "");

 

 

 

 

var newhtml = html.replace(selection, '<ordredujour>' + selection + '</ordredujour>');

 

 

editor.set_html(newhtml);

 

 

 

}

I must remove old tag if old tag exist because i want only one <ordredujour> tag in all my html

My problem is that in HTML tab, I don't see my custom tag around selection. Do you know why ?

 

Rumen
Telerik team
 answered on 24 May 2011
1 answer
122 views
Hello

I have a grid that displays products and when a user filters data on grid and go to detail page, make neccessary changes, I want to go back to filtered data again. Because i moved to another page, i use response.redirect(product.aspx) where all filtering and paging is gone.If i use browsers back button twice i can see filtered data.

How can i handle this?

Tsvetoslav
Telerik team
 answered on 24 May 2011
1 answer
76 views
Dear Telerik,
From an ASP.NET application, I open an ASPX page in a maximized RadWindow. This page runs a Silverlight Application that at some point needs to change the title of the RadWindow.

I tried the following:
HtmlDocument document = HtmlPage.Document;
document.SetProperty("title", "My Title");

That did not work, then I tried:
string title = "My Title";
HtmlWindow top = HtmlPage.Window.GetProperty("top") as HtmlWindow;
HtmlDocument htmlDoc = top.GetProperty("document") as HtmlDocument;
htmlDoc.SetProperty("title", title);
And that did not work either.

How Do I do that?

Salah A. Malaeb
TeknoBuild
Georgi Tunev
Telerik team
 answered on 24 May 2011
1 answer
40 views
We tested a Playbook through BES on the intranet but the upload of a file just spins forever after picking a file from the Blackberry phone.
Ivan Zhekov
Telerik team
 answered on 24 May 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?