Posted 28 Jun 2012 Link to this post
Posted 29 Jun 2012 Link to this post
<
telerik:RadAjaxManager
ID
=
"RadAjaxManager1"
runat
"server"
>
AjaxSettings
telerik:AjaxSetting
AjaxControlID
"RadSlider_Ticks"
UpdatedControls
telerik:AjaxUpdatedControl
ControlID
/>
</
telerik:RadSlider
MinimumValue
"0"
MaximumValue
"100"
SmallChange
"5"
LargeChange
"10"
ItemType
"tick"
AutoPostBack
"true"
Height
"70px"
Width
"350px"
ThumbsInteractionMode
"Push"
onvaluechanged
"RadSlider_Ticks_ValueChanged"
protected
void
RadSlider_Ticks_ValueChanged(
object
sender, EventArgs e)
{
}
Posted 18 Jul 2012 Link to this post
Below is the code i have used,
telerik:RadAjaxManagerProxy
"myAjaxManangerProxy"
"mySliderControl"
"myTargetControl"
LoadingPanelID
"myLoadingPanel"
OnValueChanged
"mySliderControl_ValueChanged"
Orientation
"Horizontal"
"50px"
"200px"
AnimationDuration
"400"
"Free"
TrackPosition
"BottomRight"
ShowIncreaseHandle
"false"
ShowDecreaseHandle
BorderWidth
ForeColor
"Gray"
FontSize
"X-Large"
BorderColor
"Beige"
Here, the change event is called for other slide values other than 0.
Posted 19 Jul 2012 Link to this post
telerik:RadAjaxLoadingPanel
"mySliderControl_ValueChanged1"
asp:TextBox
></
mySliderControl_ValueChanged1(
Response.Write(mySliderControl.Value);