Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Telerik MVC Extensions (superseded) > Slider > Slider as an editor

Not answered Slider as an editor

Feed from this thread
  • Rafael avatar

    Posted on Mar 28, 2011 (permalink)

    hi
    I want to use slider as an editor in grid filed
    here is my editor .ascs

    <%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %>
        <%= Html.Telerik().Slider<int>().Name("PerformanceSlider")
            .Min(0).Max(100)
            .SmallStep(20).LargeStep(20)
            .TickPlacement(SliderTickPlacement.BottomRight)
            .Orientation(SliderOrientation.Vertical)
            .ShowButtons(true)
        %>

    And it works except that just one (decrease) button is displayed
    Please help how to display both buttons
    Attached files

    Reply

  • Hristo Germanov Hristo Germanov admin's avatar

    Posted on Mar 28, 2011 (permalink)

    Hi Rafael,

    Thank you for reporting this issue.

    I confirm this is a bug and it will be fixed with the SP1 of Telerik Components for ASP.NET MVC.

    You need to replease this:

    .t-slider-vertical .t-button-decrease
    {
     top: auto;
     bottom: 0;
    }

    with this in the telerik.common.css:

    .t-slider-vertical .t-button-decrease,
    .t-grid .t-slider-vertical .t-button-decrease
    {
     top: auto;
     bottom: 0;
    }

    I have updated your telerik points.

    All the best,
    Hristo Germanov
    the Telerik team

    Reply

  • Rafael avatar

    Posted on Mar 28, 2011 (permalink)

    thank you Hristo
    Could you prompt what should be changed in telerik.common.min.js
    I can't find that code in min.js

    Reply

  • Dimo Dimo admin's avatar

    Posted on Mar 28, 2011 (permalink)

    Hello Rafael,

    Sorry, it should read telerik.common.css

    All the best,
    Dimo
    the Telerik team

    Reply

  • Rafael avatar

    Posted on Mar 28, 2011 (permalink)

    nothing found in telerik.common.min.css

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Telerik MVC Extensions (superseded) > Slider > Slider as an editor
Related resources for "Slider as an editor"

ASP.NET MVC Slider Features  |  Documentation  |  Demos  |  Telerik TV ]