or
$find("<%= rr_Q1a.ClientID %>").get_value()
var oExplorer = $find("<%= RadFileExplorer1.ClientID %>");
alert(oExplorer.get_listView().get_currentPageIndex());
Hi:
How do I rename a PivotGridAggregateField header so it doesn’t says “Sum of ‘Datafield’”?
I am using ASP.NET 4.5, Windows 8, Internet Explorer 10.0.9200.16721, Telerik v.2013.2.717.45, C#.
The provided help will be appreciated.
Thanks!
Jose
<
telerik:RadRotator
ID
=
"radrotAlerts"
runat
=
"server"
Skin
=
"Hay"
Width
=
"650px"
Height
=
"50px"
ItemWidth
=
"650"
ItemHeight
=
"50"
ScrollDirection
=
"Up"
ScrollDuration
=
"1000"
FrameDuration
=
"3000"
RotatorType
=
"AutomaticAdvance"
>
<
ItemTemplate
>
<
div
style
=
"width:650px; height:50px; vertical-align:middle; text-align:left;"
>
<
asp:Label
ID
=
"lblAlert"
runat
=
"server"
Visible='<%# string.IsNullOrEmpty(Eval("AlertUrl").ToString()) ? true : false %>'>
<%# Eval("AlertText") %>
</
asp:Label
>
</
div
>
</
ItemTemplate
>
</
telerik:RadRotator
>