Two questions, about RadzenSlider and RadzenSteps

Hi, I have encountered two problems related to using the radzen component
Can radzenslider be as smooth as traditional input range? I can only reduce this feeling by increasing the maximum value(For example, it is difficult to pull to the maximum value at one time when pulling very fast)

<form>
  <div class="form-group">
    <label for="formControlRange">Example Range input</label>
    <input type="range" class="form-control-range" id="formControlRange">
  </div>
</form>

Is there any way to cancel previous and next in RadzenSteps?Nested radzensteps are a bit ugly

I dont understand what this means.

You can use CSS to hide those. Inspect those elements with your browser's developer tools to find what selectors to use to hide them via display: none

1 Like

2021-02-08 16-50-46.zip (334.3 KB)
First problem, This video shows the problems I have

i will try it, thank you!