Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
905
Unable to determine when the XamWebNumericSlider thumb is pressed/released
posted

I have a XamWebNumericSlider which generates messages back to the sever when the value is changed.

Problem: I have no way to determine when the user releases the thumb - multiple values are being generated while the slider is moving, yet only the value at the time the slider is released is required.

There are no events generated (mouse down/up) when the user clicks/releases the slider thumb.

Is there a way to determine when the thumb is pressed/released?

Thank you!

Parents
No Data
Reply
  • 1706
    posted

    Hi, did you happen to find a solution for this?

    I am having the same problem and don't want my code to fire for every value change between point A and point B on a slide. Clicking the tickmark works fine.  I have tried the other obvious events and also notice that the mouse down/up events don't fire.

    Thanks,

    Lisa.

Children