Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
197 views
Hi,
In my codebehind of a content page I have teh following on the page load:

AddHandler

 

RadAjaxManager.GetCurrent(Page).AjaxRequest, AddressOf RadAjaxManager1_AjaxRequest

In some javascript I have the following:

 

 

var ram = $find("ctl00_RadAjaxManager1");

 

ram.ajaxRequestWithTarget(

"ctl00$RadAjaxManager1", "DoSomething");

This works great. I get the event on the server side. However, if I try to update control nothing happens.
Since the RadAjaxManager is not a control on the content page (it's on the masterpage) and since the RadAjaxManagerProxy is not one of the options of the controls that will initiate a request, I can't see how to tell the thing what controls I want updated in the case of the ram.ajaxRequestWithTarget("ctl00$RadAjaxManager1", "DoSomething") call.

Can anyone help?
Thanks ... Ed


 

Shinu
Top achievements
Rank 2
 answered on 20 May 2010
1 answer
138 views
I'm my serverside code I'm setting a css class on a label item in the radrotator

So then OnClientItemClicked I clear the class from the item, but how the heck do I put that class onto the new item I clicked?

Thanks,
Steve
Petio Petkov
Telerik team
 answered on 20 May 2010
1 answer
98 views
I have a onresize event on my page that dynamically resizes grids.  This method is firing every time the tab is changed.

1. Why would you need to fire this event on a tab change?
2.  Is there any way to disable tab changes calling onresize every time?

Thanks.
Yana
Telerik team
 answered on 20 May 2010
4 answers
459 views
I have a radGrid that has GridboundColumns, GridNumericColumns, GridDateTimeColumns and GridClientSelectColumns. I need to find specfic columns when the ItemDatabound event fires. Each column has a unique name assigned to it. When I use the e.item.findcontrol("uniquename"), all I get is "Nothing". I am using vb.net (2008). What is the correct way to find a control based on the column types described above using the controls unique name property.
dhuss
Top achievements
Rank 1
 answered on 20 May 2010
1 answer
149 views
I have a rad grid with a header and filter row.
I use

masterTableView()

.get_selectedItems().get_element().rowIndex;

The problem i have is when

 

ClientSettings.Scrolling.AllowScroll =

true
the row index is different from
ClientSettings.Scrolling.AllowScroll = false

(setting it to true reduces the index by 2)

 

Dimo
Telerik team
 answered on 20 May 2010
1 answer
130 views
Hi All,

Is there any method which i could show other information in Appointment Tooltip?

Case: In main scheduler, The appointment's tooltip will show "more information" about this user's appointment. E.g next appointment "Body Scrub - 2pm"

Appointment 1.
persons: May
Treatment : Facial
Datetime: 12/05/2010 12pm

Appointment 2
persons: May
Treatment : Body Scrub
Datetime: 12/05/2010 2pm



T. Tsonev
Telerik team
 answered on 20 May 2010
1 answer
94 views
I have a Radgrid with a footer which contains sums for a few columns.  When I click to add a new row to the grid the new row appears below the footer row.  This just looks odd and feels wrong.  Is there any way to get new rows to appear as the last data row in the grid but still above the footer?

Thanks,

Mike
Daniel
Telerik team
 answered on 20 May 2010
4 answers
144 views
I fought with this for a few hours thinking it was something I was doing, but then I decided to look in IE and it looks fantastic there. See the screenshot. Is there a fix or workaround for this?

Thanks!
Mike
Michael
Top achievements
Rank 1
 answered on 20 May 2010
3 answers
214 views

Hi,

i am using RadMaskedTextBox (Telerik Version Q2 2009). I want to apply custom CssClass for it.

<telerik:RadMaskedTextBox ID="lblPhone" runat="server" CssClass="field_data_element" Mask="(###) ###-####" ReadOnly="true" TextWithLiterals="--" Width="100px"></telerik:RadMaskedTextBox>

My Css class goes like this,
.field_data_element 
{
font-family: Arial
font-weight: normal;
font-size: 12px;
color:#000000
background-color: #FEF4DE;
border: solid 1px #FEF4DE;
padding: 2px 2px 1px 2px;
white-space: nowrap
}

The css class properties are not getting reflected in RadMaskedTextBox. Can anyone know how to apply custom styles for RadMaskedTextBox please share with me.

Thanks.

 

 

 

 

 

Dimo
Telerik team
 answered on 20 May 2010
5 answers
709 views
<telerik:RadScriptManager ID="RadScriptManager1" Runat="server">
        <Scripts>
            <asp:ScriptReference Assembly="" Name="" Path="~/js/AjaxExceptionHandling.js" />
        </Scripts>
    </telerik:RadScriptManager>

Error:

Error    15    System.Web.UI.ScriptReferenceCollection must have items of type 'System.Web.UI.ScriptReference'. 'asp:ScriptReference' is of type 'System.Web.UI.ScriptReference'.    C:\Development\Website\Main.aspx    82   

Why would I receive this error?  The last thing I did was upgrade from v415 to v619.

Hector
Top achievements
Rank 1
 answered on 20 May 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?