Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
81 views
We are supporting several languages on the same site, and have discovered that not all of the button tooltips are localizable in the current RadEditor Table Wizard (Class Picker, Color Picker, Alignment Selector), further the included CSS has truncation issues (we were able to use our own CSS, notably the tab lengths were of issue) and finally the included sample table makes use of a "calendar months" and "cardinal directions" which aren't localizable into the users culture. (we are using version 2011.1.314.35)

Please see the attached screen captures for more details.
Dobromir
Telerik team
 answered on 28 Jun 2011
5 answers
239 views
I need a breadcrumb to list the nodes of the selected node in a treeview.

so basically I want the same as this demo but with a treeview for the selector instead of another menu.
http://demos.telerik.com/aspnet-ajax/menu/examples/programming/showpath/defaultcs.aspx?Page=Renewals%20&%20Upgrades
Kate
Telerik team
 answered on 28 Jun 2011
1 answer
106 views
Hello! I have a problem with the localization of the grid (I do everything as in your example http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/localization/defaultcs.aspx! But for some reason when you first change the values ​​in the combobox, nothing happens (when the next change lauguage in combobox  language change but on the contrary ((
W
hen I choose the language A chosen  language B and vice versa ((Why is this happening? I use Dnn!!!
Pavlina
Telerik team
 answered on 28 Jun 2011
3 answers
182 views

I've been having some trouble clearing server variables during unload events of pages using RadAjaxManager.

If I click on a link which navigates away from the page, I need to clear a session variable before continuing.  

TestPage.aspx page:
       <telerik:RadAjaxManager runat="server" ID="RadAjaxManager1" OnAjaxRequest="OnAjaxRequest"  />
        ....
        <a href="google.com">google!</a>
        ...
        <telerik:RadScriptBlock runat="server">
            <script type="text/javascript">
                function onunload(sender, args) {
                    var ajaxManager = $find("<%= RadAjaxManager.GetCurrent(Page).ClientID %>");
                    ajaxManager.ajaxRequest("pageUnload");                    
                }
                Sys.Application.add_unload(onunload);
            </script>
        </telerik:RadScriptBlock>


TestPage.aspx.cs code:

        protected void OnAjaxRequest(object sender, AjaxRequestEventArgs e)
        {
            if (e.Argument == "pageUnload")
            {
                Session["someSessionVar"] = null;
            }
      }

Unfortunately this does not work.  After the OnAjaxRequest event, the browser remains on the TestPage.aspx.  It does not continue navigating to the original link clicked (google.com).  

How can I set a server variable when a page is navigated away from? 

Thanks,
Josh
Genti
Telerik team
 answered on 28 Jun 2011
4 answers
199 views
I have a simple form with a radMaskedTextBox.  The clientside event is firing correcly, but the control does not put valid characters in to the text box.  I have even tried getting it to accept any value  but it seems that the keypress event is preventing any character from being added.

Any suggestions would be welcome as I am against a brickwall with this one now.

Example page added.
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default2.aspx.vb" Inherits="Default2" %>
 
<%@ 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">
 
<head runat="server">
    <title></title>
    <script type="text/javascript" language="javascript">
        function keyPress(sender, eventArgs) {
           var c = eventArgs.get_keyCode();
 
           if ((c < 48) || (c > 57)) {
              eventArgs.set_cancel(false);
                
           }
 
        }
   
    </script>
</head>
<body>
    <form id="form1" runat="server">
    <div>
     
        <telerik:RadScriptManager ID="RadScriptManager1" Runat="server">
        </telerik:RadScriptManager>
     
        <telerik:RadMaskedTextBox ID="RadMaskedTextBox1" Runat="server">
            <ClientEvents OnKeyPress="keyPress" />
        </telerik:RadMaskedTextBox>
     
    </div>
    </form>
</body>
</html>
Ian
Top achievements
Rank 1
 answered on 28 Jun 2011
1 answer
112 views
How to make a radsplitbar click event from script code..?
Dobromir
Telerik team
 answered on 28 Jun 2011
5 answers
84 views
Hi all,

I'm a bit confused here. When users are browsing site collection with the url of the site collection in upper case the Telerik document manager shows "Not Found" next to each folder instead of the folder name.

Is there something I can do about it or is it a Telerik bug ?

For instance: :
- http://myintranet/mysitecollection/mysite/Pages/Page.aspx ==> the Document Manager works fine
- http://myintranet/MYSITECOLLECTION/mysite/Pages/Page.aspx ==> the Document Manager shows NOT FOUND next to all folders (see attachment).

Kind regards,

Sébastien
Stanimir
Telerik team
 answered on 28 Jun 2011
2 answers
140 views
Hi all,
      plz give me solution for this,
that is i got one combo-box , i have all column in the combo-box(table columns),
if i select the value from combo-box i need to bind that column to the rad grid..
which displays me only one column in the grid.
thanks.
Tamkeen
Top achievements
Rank 2
 answered on 28 Jun 2011
1 answer
139 views
Hi,

How to disable the download option if folder does not have files on right click of rad file explorer gridview context menu.
Please send me the code
Thanks
sandhya.
Dobromir
Telerik team
 answered on 28 Jun 2011
3 answers
77 views
Hello,

I was trying to use the Mac skin for the RadGrid control. Unfortunatley I do not see it listed in the drop down list box for Skin property. Is the Mac skin still supported? I see the Mac skin listed in the help files.
I am currently using the latest release of the Rad Tools for ASP.NET for AJAX.

      Thanks in advance,
      Tim
Georgi Tunev
Telerik team
 answered on 28 Jun 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
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
Bronze
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?