Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

WebSlider ClientSide Edit Min/Max

Last post 09-02-2008 10:41 by [Infragistics] Viktor Snezhko. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 08-21-2008 14:59

    • overbaym
    • Not Ranked
    • Joined on 08-21-2008
    • Points 20

    WebSlider ClientSide Edit Min/Max

    Hi,  Is there a way to change the Min/max value of a webSlider in Javascript without doing a postback similar to setting its value as follows:

    var slider = $find("webSlider");

     

    if (slider)    slider.set_value(iIndex[eventIndex]);

    Thanks for any help.

    • Post Points: 20
  • 09-02-2008 10:41 In reply to

    Re: WebSlider ClientSide Edit Min/Max

    Hi,

    Unfortunately that is not supported. Because layout of tickmarks, labels, etc. is defined by those properties and html for those values is calculated and generated on server. The only "get" member functions are supported.

    var minValue = slider.get_minValueAsDouble();

    Regards,
    Viktor
    Infragistics web team
    • Post Points: 5
Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems