Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Slider > RadSlider ToolTip for Range Slider

Not answered RadSlider ToolTip for Range Slider

Feed from this thread
  • omer avatar

    Posted on Jan 4, 2012 (permalink)

    Hello everyone!

    just tried to display in RadSlider tooltip with image. 

    with this codes it is ok but displaying 2 image side by side. 
    div.innerHTML = "<img src='images/" + slider.get_selectedItems()[0].get_value() + ".gif' width='50' height='64'> <img src='images/"  + slider.get_selectedItems()[1].get_value() + ".gif' width='50' height='64' >";

    with this code displaying image good for every step but when i sliding right handle it displaying only  first image 
    div.innerHTML = "<img src='images/" + slider.get_selectedItems()[0].get_value() + ".gif' width='50' height='64'> <img src='images/"  + slider.get_selectedItems()[1].get_value() + ".gif' width='50' height='64' >";
            else
     
                div.innerHTML = "<img src='images/" + slider.get_selectedItems()[1].get_value() + ".gif' width='50' height='64'> ";


    so target is
    when i sliding right handle tooltip displaying right image.
    any help?
    Regards


    Reply

  • Slav Slav admin's avatar

    Posted on Jan 9, 2012 (permalink)

    Hi Omer,

    I would suggest checking if the src attribute of every image is correctly constructed, as there may be scenarios, in which a non existent image file is referenced. Also, you could use the RadSlider's client method get_activeHandle() in order to get the client object of the currently dragged handle and to utilize it for retrieving the according data.

    Note that currently I am mostly guessing as to what your setup is. If you are still unable to resolve the issue at hand, please prepare and send a simple, runnable page that isolates the problem so that we can examine it and provide a more to the point answer.

    Regards,
    Slav
    the Telerik team
    If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Slider > RadSlider ToolTip for Range Slider
Related resources for "RadSlider ToolTip for Range Slider"

ASP.NET Slider Features  |  Documentation   |  Demos  |  Telerik TV   |  Self-Paced Trainer  |  Step-by-step Tutorial  ]