This question is locked. New answers and comments are not allowed.
Hello,
I'm currently using the RadSlider control (with Range mode) to filter out data coming from the server. Each change in the selected range must request new data on the server, I thus handle the SelectionRangeChanged.
However, the SelectionRangeChanged event is fired as soon as the range changes, even in the case the mouse button has not been released. In other words, assume the ticks have a high frequency, if the user wants to move the SelectionStart handle a long way close to the Maximum value of the slider, it will fire a lot of SelectionRangeChanged events for all the intermediary values.
As I am only interested in the final range - the range displayed when he releases the mouse left button - how can I avoid requesting the server for all the intermediary values?
Thank you.
I'm currently using the RadSlider control (with Range mode) to filter out data coming from the server. Each change in the selected range must request new data on the server, I thus handle the SelectionRangeChanged.
However, the SelectionRangeChanged event is fired as soon as the range changes, even in the case the mouse button has not been released. In other words, assume the ticks have a high frequency, if the user wants to move the SelectionStart handle a long way close to the Maximum value of the slider, it will fire a lot of SelectionRangeChanged events for all the intermediary values.
As I am only interested in the final range - the range displayed when he releases the mouse left button - how can I avoid requesting the server for all the intermediary values?
Thank you.