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
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)

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.

<telerik:RadScriptManager ID="RadScriptManager1" Runat="server">
<Scripts>
<asp:ScriptReference Assembly="" Name="" Path="~/js/AjaxExceptionHandling.js" />
</Scripts>
</telerik:RadScriptManager>
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.