Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
141 views
In one column of my RadGrid  I use a checkbox for filtering.

When I check this checkbox all checkboxes in this column should be checked, when I uncheck this checkbox all checkboxes in this column should be unchecked.

I use the event CheckedChanged, but this event fires only If I check the checkbox but not wehn I uncheck the checkbox?

What is wrong?

Christian
Christian
Top achievements
Rank 1
 answered on 17 Mar 2009
3 answers
112 views
Hi,

I want to save the ID of my Template whene i click on insert button in the popup of ManagerTemplate, and find it in my default page, what can i do please.

Thanks,
Rumen
Telerik team
 answered on 17 Mar 2009
2 answers
177 views
Hi,

We are using our telerik editor to capture large amounts of rich text into our data store (SQL Server), but now have a requirement to output this data into a printable/pdfable print output. Our Reporting Services solution cannot render this html while preserving the formatting.

Question: How to output the rich text into a report?

Can we do this with telerik reporting suite, or is there a custom plugin for RS that will preserve the formatting?

Any ideas gratefully read.
Greg
Top achievements
Rank 1
 answered on 17 Mar 2009
1 answer
70 views
I have a Masterpage with a RadSplitter Control with an ContentPlaceHolder in the right RadPane and a Virtual Earth Map in a <div> on a page. The VEMap should resize automaticaly when resizing the window or collapsing the left Radpane.
How can the size of my VEMap inherited from the size of the RadPane?

Reinhold
Svetlina Anati
Telerik team
 answered on 17 Mar 2009
1 answer
154 views
Hello,

In my project, I open up a RadWindow that has 3 combo boxes, amoung other controls. The comboboxes are: RadComboBoxGrupos, RadComboBoxProjectos and RadComboBoxUser (TemplateItems with checkbox and label). The last two should be dependent on the first. When I want to postback, I can get the single selected values on the RadComboBoxGrupos and RadComboBoxProjectos comboboxes but I want to get all items in the templateItem box (RadComboBoxUser) and cycle through all of them see which ones have a checked checkbox. But I can't get the items, only if I specify a single selected item.

Any ideas on how to do this?

Here is my code:

Window aspx:

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="CreateCoordTaskForm.aspx.cs" Inherits="CreateTaskForm" %> 
 
<%@ Register assembly="Telerik.Web.UI" namespace="Telerik.Web.UI" tagprefix="telerik" %> 
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
 
<html xmlns="http://www.w3.org/1999/xhtml"
<head runat="server"
    <style type="text/css"
        .style1 
        { 
            width: 233px; 
        } 
     
.RadTreeView 
    white-space:nowrap; 
    cursor: default; 
 
.RadTreeView_Hay 
    font:11px arial,verdana,sans-serif; 
    color:#000; 
    line-height:1.273em; 
 
.RadTreeView .rtUL 
    zoom:1; 
 
.RadTreeView .rtUL 
    margin:0; 
    padding:0; 
 
.RadTreeView_Hay .rtLines .rtLast 
    background:none; 
 
.RadTreeView_Hay .rtLines .rtFirst 
    background:url('mvwres://Telerik.Web.UI, Version=2008.3.1314.35, Culture=neutralPublicKeyToken=121fae78165ba3d4/Telerik.Web.UI.Skins.Hay.TreeView.FirstNodeSpan.gif') no-repeat 0 1.273em; 
 
.RadTreeView_Hay .rtLines .rtLI 
    background:url('mvwres://Telerik.Web.UI, Version=2008.3.1314.35, Culture=neutralPublicKeyToken=121fae78165ba3d4/Telerik.Web.UI.Skins.Hay.TreeView.NodeSpan.gif') repeat-y 0 0; 
 
.RadTreeView .rtLI 
    list-style-image: none; 
    list-style-position:outside; 
    list-style:none; 
 
.RadTreeView_Hay .rtLines .rtLast .rtTop 
    background:url('mvwres://Telerik.Web.UI, Version=2008.3.1314.35, Culture=neutralPublicKeyToken=121fae78165ba3d4/Telerik.Web.UI.Skins.Hay.TreeView.SingleLine.gif') 0 0 no-repeat; 
 
.RadTreeView_Hay .rtLines .rtTop 
    background:url('mvwres://Telerik.Web.UI, Version=2008.3.1314.35, Culture=neutralPublicKeyToken=121fae78165ba3d4/Telerik.Web.UI.Skins.Hay.TreeView.TopLine.gif') 0 0 no-repeat; 
div.RadTreeView_designtime .rtTop 
    position:relative; 
 
.RadTreeView .rtTop 
    zoom:1; 
 
.RadTreeView_Hay .rtTop 
    padding: 0 0 0 20px; 
 
.RadTreeView .rtSp 
    display: -moz-inline-box; 
    display: inline-block; 
    width: 1px; 
    vertical-align: middle; 
 
.RadTreeView_Hay .rtSp 
    height:21px; 
 
.RadTreeView .rtIn 
    vertical-align:middle; 
 
.RadTreeView_Hay .rtIn 
    padding: 3px 3px 4px; 
 
.RadInput_Hay 
    font:12px arial,sans-serif; 
 
.RadInput_Hay 
    vertical-align:middle; 
 
.RadInput_Hay textarea 
    vertical-align:bottom; 
    overflow:auto; 
 
        .style2 
        { 
            width: 337px; 
        } 
    </style> 
</head> 
<body> 
    <form id="form1" runat="server"
    <asp:ScriptManager ID="ScriptManager1" runat="server"
    </asp:ScriptManager> 
    <div> 
    <telerik:RadCodeBlock ID="RadCodeBlock1" runat="server"
                    <script type="text/javascript">  
                        function CloseAndRebind(args) {  
                            GetRadWindow().Close();  
                            GetRadWindow().BrowserWindow.refreshGrid(args);  
                        }  
 
                        function GetRadWindow() {  
                            var oWindow = null;  
                            if (window.radWindow) oWindow = window.radWindow; //Will work in Moz in all cases, including clasic dialog  
                            else if (window.frameElement.radWindow) oWindow = window.frameElement.radWindow; //IE (and Moz as well)  
                            return oWindow;  
                        }  
 
                        function CancelInsert() {  
                            GetRadWindow().Close();  
                        }      
 
                    function LoadProjectsAndUsers(combo, eventArqs) 
                    {     
                        projsCombo = $find("<%= RadComboBoxProjectos.ClientID %>");     
                        usersCombo = $find("<%= RadComboBoxUser.ClientID %>"); 
                        var item = eventArqs.get_item(); 
                        projsCombo.set_text("Carregando..."); 
                        usersCombo.set_text("Carregando..."); 
                        projsCombo.clearSelection(); 
                        usersCombo.clearSelection(); 
 
                        if (item.get_index() >= 0) 
                        {       
                             
                            projsCombo.requestItems(item.get_value(), false); 
                            usersCombo.requestItems(item.get_value(), false);               
                        } 
                        else 
                        { 
 
                            projsCombo.set_text(" Projectos "); 
                            projsCombo.clearItems(); 
                             
                            usersCombo.set_text(" Utilizadores "); 
                            usersCombo.clearItems(); 
                        } 
                    } 
                     
                    function DoTrackChanges(sender, eventArgs) 
                    { 
                        sender.trackChanges(); 
                    } 
                     
                    function ItemsLoaded(combo, eventArqs) 
                    {     
                        if (combo.get_items().get_count() > 0) 
                        { 
                            combo.set_text(combo.get_items().getItem(0).get_text()); 
                            combo.get_items().getItem(0).highlight(); 
                        } 
                        combo.showDropDown(); 
                        combo.commitChanges(); 
                    }                 
                    </script> 
 
            </telerik:RadCodeBlock> 
        <table style="border: 1px solid #000000; width:500px;"
            <tr> 
                <td class="style1" bgcolor="#CCFFCC" valign="top"
                    <asp:Label ID="Label3" runat="server" Text="Tarefa: "></asp:Label> 
                    <telerik:RadTextBox ID="RadTextBoxTaskName" Runat="server"  
                        MaxLength="500" Rows="1" ToolTip="Nome Tarefa" Width="300px"
                    </telerik:RadTextBox> 
                    <asp:RequiredFieldValidator ID="ReqFieldValidatorName" runat="server"  
                        ControlToValidate="RadTextBoxTaskName"  
                        ErrorMessage="Deve especificar um nome para a tarefa."></asp:RequiredFieldValidator> 
                </td> 
                <td rowspan="2" class="style2" valign="top"
                    <asp:Label ID="Label6" runat="server" Text="Grupos: "></asp:Label> 
                    <telerik:RadComboBox ID="RadComboBoxGrupos" Runat="server" Skin="Hay"  
                        DataSourceID="SqlDataSourceGrupos" DataTextField="nome_apps_grupos"  
                        DataValueField="id_apps_grupos" EmptyMessage="Grupos"  
                        LoadingMessage="Carregando..." AllowCustomText="True" Width="200px"  
                        HighlightTemplatedItems="True"  
                        onclientselectedindexchanging="LoadProjectsAndUsers" AutoPostBack="True" > 
                        <CollapseAnimation Duration="200" Type="OutQuint" /> 
                    </telerik:RadComboBox> 
                     
                    <asp:SqlDataSource ID="SqlDataSourceGrupos" runat="server"  
                        ConnectionString="<%$ ConnectionStrings:DigitalGreenAppsConnectionString %>"  
                        onselecting="SqlDataSourceGrupos_Selecting" SelectCommand="Proc_Apps_GetGroups"  
                        SelectCommandType="StoredProcedure"
                        <SelectParameters> 
                            <asp:QueryStringParameter Name="userCod" QueryStringField="utiliz"  
                                Type="String" DefaultValue="43" /> 
                            <asp:QueryStringParameter Name="isAdmin" QueryStringField="admin"  
                                Type="Boolean" DefaultValue="false" /> 
                        </SelectParameters> 
                    </asp:SqlDataSource> 
                     
                    &nbsp;&nbsp;<asp:Label ID="Label7" runat="server" Text="Projectos: "></asp:Label> 
                     
                    <telerik:RadComboBox ID="RadComboBoxProjectos" Runat="server" Skin="Hay"  
                        DataTextField="titulo_apps_projectos" DataValueField="id_apps_projectos"  
                        EmptyMessage="Projectos" LoadingMessage="Carregando..."  
                        DataSourceID="SqlDataSourceProjectos" Width="200px"  
                        HighlightTemplatedItems="True"   
                        AllowCustomText="True"  
                        onitemsrequested="RadComboBoxProjectos_ItemsRequested"  
                        onclientitemsrequested="ItemsLoaded"  
                        onclientitemsrequesting="DoTrackChanges"
                        <CollapseAnimation Duration="200" Type="OutQuint" /> 
                    </telerik:RadComboBox> 
                    <asp:SqlDataSource ID="SqlDataSourceProjectos" runat="server"  
                        ConnectionString="<%$ ConnectionStrings:AppsConnectionString %>"  
                        SelectCommand="Proc_Apps_GetProjects"  
                        SelectCommandType="StoredProcedure"
                        <SelectParameters> 
                            <asp:Parameter Name="groupID" Type="Int32" /> 
                            <asp:QueryStringParameter DefaultValue="false" Name="isAdmin"  
                                QueryStringField="admin" Type="Boolean" /> 
                        </SelectParameters> 
                    </asp:SqlDataSource> 
                </td> 
            </tr> 
            <tr> 
                <td class="style1" valign="top"
                    <asp:Label ID="Label8" runat="server" Text="Destinitário:"></asp:Label> 
                     
                    &nbsp;<telerik:RadComboBox ID="RadComboBoxUser" Runat="server" Skin="Hay"  
                        DataTextField="nome_utiliz" DataValueField="cod_utiliz"  
                        EmptyMessage="Utilizadores" LoadingMessage="Carregando..."  
                        DataSourceID="SqlDataSourceDestUsers" Width="200px"  
                        HighlightTemplatedItems="True"   
                        AllowCustomText="True" onitemsrequested="RadComboBoxUser_ItemsRequested"  
                        onclientitemsrequested="ItemsLoaded"  
                        onclientitemsrequesting="DoTrackChanges"
                        <ItemTemplate> 
                            <div onclick="StopPropagation(event)"
                                <asp:CheckBox runat="server" ID="chk1" Checked="true"/> 
                                <asp:Label runat="server" ID="Label1" AssociatedControlID="chk1"
                                    <%# Eval("nome_utiliz")%> 
                                </asp:Label> 
                            </div> 
                        </ItemTemplate> 
                        <CollapseAnimation Duration="200" Type="OutQuint" /> 
                    </telerik:RadComboBox> 
                    <asp:SqlDataSource ID="SqlDataSourceDestUsers" runat="server"  
                         
                        ConnectionString="<%$ ConnectionStrings:AppsConnectionString %>"  
                        SelectCommand="Proc_Apps_GetUsersInGroup" SelectCommandType="StoredProcedure"
                        <SelectParameters> 
                            <asp:Parameter Name="groupID" Type="String" /> 
                        </SelectParameters> 
                    </asp:SqlDataSource> 
                    <br /> 
                    <asp:Label ID="Label5" runat="server" Text="Prioridade: "></asp:Label> 
                    <telerik:RadComboBox ID="RadComboBoxPriority" Runat="server"  
                        Skin="Hay" Text="Prioridade" Width="200px" LoadingMessage="Carregando..."
                        <Items> 
                            <telerik:RadComboBoxItem runat="server" BorderStyle="None"  
                                ImageUrl="~/images/exclamation.png" Text="Urgent" Value="6" /> 
                            <telerik:RadComboBoxItem runat="server" ImageUrl="~/images/flag_red.png"  
                                Text="Muito Alto" Value="5" /> 
                            <telerik:RadComboBoxItem runat="server" ImageUrl="~/images/flag_orange.png"  
                                Text="Alto" Value="4" /> 
                            <telerik:RadComboBoxItem runat="server" ImageUrl="~/images/flag_yellow.png"  
                                Text="Normal" Value="3" Selected="True" /> 
                            <telerik:RadComboBoxItem runat="server" ImageUrl="~/images/flag_green.png"  
                                Text="Baixo" Value="2" /> 
                            <telerik:RadComboBoxItem runat="server" ImageUrl="~/images/flag_blue.png"  
                                Text="Muito Baixo" Value="1" /> 
                        </Items> 
<CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation> 
                    </telerik:RadComboBox> 
                </td> 
            </tr> 
            <tr> 
                <td class="style1" bgcolor="#CCFFCC" valign="top"
                    <asp:Label ID="Label1" runat="server" Text="Prazo: "></asp:Label> 
                    <telerik:RadDateTimePicker ID="RadDateTimePickerDeadline" Runat="server"  
                        MinDate="" Skin="Hay" FocusedDate=""
<TimePopupButton ImageUrl="" HoverImageUrl=""></TimePopupButton> 
 
<TimeView CellSpacing="-1" Culture="Portuguese (Portugal)"></TimeView> 
 
<Calendar UseRowHeadersAsSelectors="False" UseColumnHeadersAsSelectors="False" ViewSelectorText="x"  
                            Skin="Hay"></Calendar> 
 
<DatePopupButton ImageUrl="" HoverImageUrl=""></DatePopupButton> 
                    </telerik:RadDateTimePicker> 
                    <asp:RequiredFieldValidator ID="ReqFieldValidatorDeadline" runat="server"  
                        ControlToValidate="RadComboBoxUser"  
                        ErrorMessage="Deve especificar o prazo da tarefa."></asp:RequiredFieldValidator> 
                </td> 
                <td rowspan="2" class="style2" valign="top"
                     
                </td> 
            </tr> 
            <tr> 
                <td class="style1" valign="top"
                    <asp:Label ID="Label4" runat="server" Text="Notas:"></asp:Label> 
                    <br /> 
                    <telerik:RadTextBox ID="RadTextBoxNotes" Runat="server"  
                        EmptyMessage="Pode especificar notas iniciais sobre a tarefa aqui..." Rows="20"  
                        Skin="Hay" TextMode="MultiLine" Width="300px"
                    </telerik:RadTextBox> 
                </td> 
            </tr> 
            <tr> 
                <td colspan="2" align="center" valign="middle" bgcolor="#66CCFF"
                    <asp:CheckBox ID="CheckBoxValidar" runat="server" 
                        Text="Validar Tarefa ao Criar" /> 
                </td> 
            </tr> 
            <tr> 
                <td colspan="2" bgcolor="#3399FF" align="center" valign="middle"
                    <asp:LinkButton ID="LnkCreateTask" runat="server" Font-Bold="True"  
                        Font-Underline="False" ForeColor="White" onclick="LnkValidateTask_Click"><img style="border: none 0px #000000" alt="Editar" src="images/add.png" /> Criar</asp:LinkButton> 
&nbsp;&nbsp; <asp:LinkButton ID="LnkCancelCreate" runat="server"   
                        Font-Bold="True" Font-Underline="False" ForeColor="White"  
                        onclick="LnkCancelValidate_Click" CausesValidation="False"><img style="border: none 0px #000000" alt="Editar" src="images/cross.png" /> Cancelar</asp:LinkButton></td
            </tr> 
        </table> 
     
    </div> 
    <asp:SqlDataSource ID="SqlDataSourceInsert" runat="server"  
        ConnectionString="<%$ ConnectionStrings:DigitalGreenAppsConnectionString %>"  
        InsertCommand="Proc_Tarefas_CreateTask" InsertCommandType="StoredProcedure"  
        ProviderName="<%$ ConnectionStrings:AppsConnectionString.ProviderName %>"  
        SelectCommand="select * from tarefas_tarefas"
        <InsertParameters> 
            <asp:ControlParameter ControlID="CheckBoxValidar" Name="valid"  
                PropertyName="Checked" Type="Boolean" /> 
            <asp:ControlParameter ControlID="RadComboBoxUser" Name="utiliz"  
                PropertyName="SelectedValue" Type="String" /> 
            <asp:QueryStringParameter Name="autor" QueryStringField="utiliz"  
                Type="String" /> 
            <asp:ControlParameter ControlID="RadDateTimePickerDeadline" Name="prazo"  
                PropertyName="SelectedDate" Type="DateTime" /> 
            <asp:ControlParameter ControlID="RadTextBoxTaskName" Name="nome"  
                PropertyName="Text" Type="String" /> 
            <asp:ControlParameter ControlID="RadTextBoxNotes" Name="notas"  
                PropertyName="Text" Type="String" /> 
            <asp:ControlParameter ControlID="RadComboBoxPriority" Name="prioridade"  
                PropertyName="SelectedValue" Type="Byte" /> 
            <asp:ControlParameter ControlID="RadTreeViewCategorias" Name="categoria"  
                PropertyName="SelectedValue" Type="Int32" /> 
            <asp:ControlParameter ControlID="RadComboBoxGrupos" Name="grupo"  
                PropertyName="SelectedValue" Type="Int32" /> 
            <asp:ControlParameter ControlID="RadComboBoxProjects" Name="projecto"  
                PropertyName="SelectedValue" Type="Int32" /> 
        </InsertParameters> 
    </asp:SqlDataSource> 
    </form> 
</body> 
</html> 
 

My code-behind:

using System; 
using System.Collections; 
using System.Configuration; 
using System.Data; 
using System.Linq; 
using System.Web; 
using System.Web.Security; 
using System.Web.UI; 
using System.Web.UI.HtmlControls; 
using System.Web.UI.WebControls; 
using System.Web.UI.WebControls.WebParts; 
using System.Xml.Linq; 
using Telerik.Web.UI; 
 
public partial class CreateTaskForm : System.Web.UI.Page 
    protected void Page_Load(object sender, EventArgs e) 
    { 
        DateTime now = DateTime.Now; 
        RadDateTimePickerDeadline.FocusedDate = now; 
        RadDateTimePickerDeadline.MinDate = now; 
        RadDateTimePickerDeadline.SelectedDate = now; 
    } 
 
    protected void LnkCancelValidate_Click(object sender, EventArgs e) 
    { 
        ClientScript.RegisterStartupScript(Page.GetType(), "mykey""CancelInsert();"true); 
    } 
    protected void LnkValidateTask_Click(object sender, EventArgs e) 
    { 
 
        string users = ""

        RadComboBox box = RadComboBoxUser; 
        foreach (RadComboBoxItem i in box.Items) 
        { 
            if (((CheckBox)i.FindControl("chk1")).Checked) 
                users = String.Concat(users,", "); 
        } 
        //int result = SqlDataSourceInsert.Insert(); 
 
        ClientScript.RegisterStartupScript(Page.GetType(), "mykey""CloseAndRebind();"true); 
    } 
    protected void SqlDataSourceGrupos_Selecting(object sender, SqlDataSourceSelectingEventArgs e) 
    { 
        e.Command.Parameters[0].Value = this.User.Identity.Name; 
        //e.Command.Parameters[1].Value = Cache["admin"]; 
    } 
 
    protected void RadComboBoxProjectos_ItemsRequested(object o, Telerik.Web.UI.RadComboBoxItemsRequestedEventArgs e) 
    { 
        SqlDataSourceProjectos.SelectParameters[0].DefaultValue = e.Text; 
        RadComboBoxProjectos.DataBind(); 
    } 
    protected void RadComboBoxUser_ItemsRequested(object o, Telerik.Web.UI.RadComboBoxItemsRequestedEventArgs e) 
    { 
        SqlDataSourceDestUsers.SelectParameters[0].DefaultValue = e.Text; 
        RadComboBoxUser.DataBind(); 
    } 
 

Thanks in advanced,

Marco.
Marco
Top achievements
Rank 1
 answered on 17 Mar 2009
1 answer
128 views
Is there any event which I can use on filtering?

I have 3 RadGrids with the same data and with dropdownlist-filtering:
http://www.telerik.com/help/aspnet/grid/grdfilteringwithdropdownlist.html

Now I need to synchronie the filtering in theses 3 RadGrids.

Wahr is the way to go?

Thanks for any assistance!

Christian
Shinu
Top achievements
Rank 2
 answered on 17 Mar 2009
1 answer
59 views
Hi telerik team

i have a doubt regarding perfomance issue w.r.to IE7 and firefox.

i developed application using whole telerik controls which looks pretty and
and lot stuff with small code. but in firefox loading of landing page takes fraction of seconds
but in IE7 it takes around 10-20 seconds, row selection and javascript validations are
working fine which not working in firefox

i want to improve perfomance in IE7 which absolutely looks firefox
Paul
Telerik team
 answered on 17 Mar 2009
3 answers
129 views
Hello everyone,

This is related to Firefox 3.1 beta 3 and RadTabStrip, it will save some time as I am sure I am not the only one.

Firebug 1.4.0a12 worked perfectly with Firefox 3.1 beta 2, until beta 3... as I upgraded to RadControls Q1 final at the same time, I thought problem was from Telerik but not at all.

How to reproduce the problem with FF 3.1 beta 3 and Firebug 1.4.0a12 :
- RadTabStrip alone with Firebug : no problem
- RadTabStrip alone without Firebug : no problem
- RadTabStrip inside a RadAjaxPanel with Firebug : no problem
- RadTabStrip inside a RadAjaxPanel without Firebug : no problem

-> RadTabStrip inside a RadAjaxPanel with Firebug, AND use TabClick server event : problem !, tab is not selecting whatever you do

Solution for now :
- Disable Firebug 1.4.0a12

Have a nice day !
YodaKIRI
Top achievements
Rank 2
 answered on 17 Mar 2009
1 answer
110 views


Hi,

Can you tell me how to stop the css styles embedded in the webresource files overwriting the css we use elsewhere?
For example, the webresource files below overwrite our custom styles and also the styles set out in the Inox skins folder  

<link href="../App_Themes/CMS/TabStrip.Inox.css" type="text/css" rel="stylesheet" />
<link href="../App_Themes/CMS/tMan.css" type="text/css" rel="stylesheet" />
<link href="../App_Themes/CMS/tool-bar-icons.css" type="text/css" rel="stylesheet" />
<link href="/WebResource.axd?d=kce9sk9kiSmRJYfBOAhIVLclMZ2sKeAlRSHu6fKtct_3saiQfEo_jTiKZIoxaaTu0&amp;t=633699601966385430" type="text/css" rel="stylesheet" class="Telerik_stylesheet" />
<link href="/WebResource.axd?d=kce9sk9kiSmRJYfBOAhIVLclMZ2sKeAlRSHu6fKtct_0Tfcorbg1Sv61lw-1qdaWINWhcYVcTcatHB3xas5K-w2&amp;t=633699601966385430" type="text/css" rel="stylesheet" class="Telerik_stylesheet" />

Ideally we'd like to get to the point where we use only our own custom styles (which we can model from those in Upload.Inox.css), and none of the style information is embedded in this way.
Genady Sergeev
Telerik team
 answered on 17 Mar 2009
0 answers
330 views
Dynamic repositioning of the RadToolTip's callout was introduced in the Q1 2009 release. The idea behind this functionality is that the tooltip callout positions better when the tooltip is near the edges of the screen. This new feature works well when the tooltip is shown vertically on the right or on the left but in some scenarios when it is rendered horizontally the callout is mispositioned.

There are two possible solutions for the problem:

1. To revert to the previous behavior - override the method which repositions the callout. All you should do to achieve this is to include the following script on your page:

    <script type="text/javascript">  
        Telerik.Web.UI.RadToolTip.prototype._adjustCallout = function()  
        {  
        }  
        </script> 

2. The behavior was improved and you can give it a try by downloading and testing the latest internal build which is from 16.03.2009.
Telerik Admin
Top achievements
Rank 1
Iron
 asked on 17 Mar 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?