Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
72 views
Hi I am working with a radgrid and need help.

I created a javascript function so that when you select the row of the grid, which is insidea pageview, automatically switch to the second tab, which has a WebUserControl.Worked without problems.

My question is, how do I pass parameters using javascript, I need to WebUserControl do I need?

Javascript function:
            function selectTab(sender, args) {
                var _id = args.getDataKeyValue("ID");

                var tabStrip = $find("<%= RadTabStrip.ClientID %>");
                var tab = tabStrip.findTabByText("Employee");
                if (!tab) {
                    return false;
                }
                tab.set_selected(true);
                return false;
            }

Vasil
Telerik team
 answered on 03 Jan 2011
2 answers
61 views
As soon as I try to insert an item into my paging grid it moves to last page. Is it possible to avoid this?

//h
Henrik
Top achievements
Rank 1
 answered on 03 Jan 2011
1 answer
107 views
when i was using RadAjaxManager and RadAjaxLoadingPanel it's work in my testing project just like this
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default4.aspx.cs" Inherits="Default4" %>
 
<%@ 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>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
    <telerik:RadScriptManager ID="RadScriptManager1" runat="server">
    </telerik:RadScriptManager>
     
    <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Skin="Default" BackgroundPosition="None">
    </telerik:RadAjaxLoadingPanel>
     
    <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
    <AjaxSettings>
            <telerik:AjaxSetting AjaxControlID="Button1">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="Panel1" LoadingPanelID="RadAjaxLoadingPanel1" />
                </UpdatedControls>
            </telerik:AjaxSetting>
    </AjaxSettings>
    </telerik:RadAjaxManager>
     
    <asp:Panel ID="Panel1" runat="server">
    <table>
    <tr>
    <td>UserId:</td>
    <td><asp:TextBox ID="TextBox1" runat="server"></asp:TextBox></td>
    <td><asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ErrorMessage="Invalid Name" ControlToValidate="TextBox1"></asp:RequiredFieldValidator></td>
    </tr>
    <tr>
    <td>Password:</td>
    <td><asp:TextBox ID="TextBox2" runat="server" TextMode="Password"></asp:TextBox></td>
    <td><asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ErrorMessage="Invalid Password" ControlToValidate="TextBox2"></asp:RequiredFieldValidator></td>
    </tr>
    </table>
     
    <div><asp:TextBox ID="TextBox3" runat="server"></asp:TextBox></div>
    <div><asp:TextBox ID="TextBox4" runat="server"></asp:TextBox></div>
    <div><asp:TextBox ID="TextBox5" runat="server"></asp:TextBox></div>
    <div><asp:TextBox ID="TextBox6" runat="server"></asp:TextBox></div>
    <div><asp:TextBox ID="TextBox7" runat="server"></asp:TextBox></div>
    <div><asp:TextBox ID="TextBox8" runat="server"></asp:TextBox></div>
    <div><asp:TextBox ID="TextBox9" runat="server"></asp:TextBox></div>
    <div><asp:TextBox ID="TextBox10" runat="server"></asp:TextBox></div>
    <div><asp:TextBox ID="TextBox11" runat="server"></asp:TextBox></div>
    <div><asp:TextBox ID="TextBox12" runat="server"></asp:TextBox></div>
    <div><asp:TextBox ID="TextBox13" runat="server"></asp:TextBox></div>
    <div><asp:TextBox ID="TextBox14" runat="server"></asp:TextBox></div>
    <div><asp:TextBox ID="TextBox15" runat="server"></asp:TextBox></div>
    <div><asp:TextBox ID="TextBox16" runat="server"></asp:TextBox></div>
    <div><asp:TextBox ID="TextBox17" runat="server"></asp:TextBox></div>
    <div><asp:TextBox ID="TextBox18" runat="server"></asp:TextBox></div>
    </asp:Panel>
    <div><asp:Button ID="Button1" runat="server" Text="Button" onclick="Button1_Click" /></div>
    </form>
</body>
</html>

protected void Button1_Click(object sender, EventArgs e)
    {
        System.Threading.Thread.Sleep(2000);
        Response.Redirect("default3.aspx");
    }

but when i was use same thing in my major projects it does not work here it isplz help and reply urgently i'm waiting.
Maria Ilieva
Telerik team
 answered on 03 Jan 2011
1 answer
148 views

Dear Telerik,

I refer to the page regarding accessibility with the Rad TreeView.

We have Tooltips enabled, but I notice when browsing the page using Microsoft Narrator (Windows 7) that it does not read the tooltips as the page suggests it should.

I am not an expert in screenreaders, but it seems we have done as instructed yet it does not work.  Can you advise this should work with Windows 7 version of Narrator?

Otherwise, can you offer any suggestions please?

We are using Telerik.Web.UI.dll  v2010.2.713.35 

Thank you.

Mark

 

Nikolay Tsenkov
Telerik team
 answered on 03 Jan 2011
2 answers
151 views
I have created a web page in which I have placed a rad editor. When I clicked on Apply Css Class drop down it displays css classses of entire application instead of displaying css classes of rad editor or no class if there are no classes for editor. So please give some solution to fix this problem.
Thanks. 
Nidhi
Top achievements
Rank 1
 answered on 03 Jan 2011
1 answer
41 views
Hi,

I Have a problem with adding gridView to my project.
Last week our company buy your product and i was adding the first control into my project and run it.
When i was closing the explorer window, an error accured - "Microsoft JScript runtime error: '_events' is null or not an object"
Any solution for this error? and if this error going to effact my project somehow?

Tomer. 
Daniel
Telerik team
 answered on 03 Jan 2011
1 answer
223 views
Hello Sir,

How can i access the column caption name in pageload and also i want to change on runtime the captions of columns text in editmode and pageload.

how can i do this.

thanks
Princy
Top achievements
Rank 2
 answered on 03 Jan 2011
1 answer
492 views
Hi Support,

Whenever we are bind the Scheduler using Webservice it isnot working.

Whenever i run the webservice its give me below error

Cannot serialize interface System.Collections.Generic.IEnumerable`1[[Telerik.Web.UI.AppointmentData, Telerik.Web.UI, Version=2009.2.701.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4]].


I want to bind Scheduler using webmethod.


Could you please needful for above issue.

Thanks

Rahul Parmar
Veronica
Telerik team
 answered on 03 Jan 2011
0 answers
103 views
Hi, happy new year.

I wonder if it's possible to load image nodes from a stream retrieved from a Database, or I always have to use a valid URL image.

Best regards

Julio Loizaga
Julio Loizaga
Top achievements
Rank 1
 asked on 03 Jan 2011
1 answer
94 views
I am trying to execute a JS call after an Ajax call. I have a Javascrnipt fuction called threshold().

How do I go about using this? i
Do I use this line - 

ScriptManager.RegisterStartupScript(threshold()); ??


Thanks in advance?
Yana
Telerik team
 answered on 03 Jan 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?