I have the follow slider
and the ticker doesn't go to the correct position with 1 item that has
<telerik:RadSlider ID="slidersteps" runat="server" Value="0" ItemType="Item" Width="738px" Height="40px" DecreaseText="Previous" IncreaseText="Next" SelectionStart="1" ShowDecreaseHandle="False" ShowIncreaseHandle="False" OnClientBeforeValueChange="clientBeforeValueChange" AutoPostBack="true"> <Items> <telerik:RadSliderItem Text="Select Product" Value="PRODUCT" /> <telerik:RadSliderItem Text="Select Subscription" Value="SUBSCRIPTION" Enabled="false" /> <telerik:RadSliderItem Text="Registration Details" Value="REGISTRATION" Enabled="false" Visible="false" /> <telerik:RadSliderItem Text="Payment Method" Value="METHOD" Enabled="false" /> <telerik:RadSliderItem Text="Confirmation" Value="CONFIRM" Enabled="false" /> </Items> </telerik:RadSlider>and the ticker doesn't go to the correct position with 1 item that has
Visible="false" and with items that not enabled, it is still clickable. any idea?