Declined
Last Updated: 20 Mar 2024 16:08 by ADMIN
Ammaiyappan
Created on: 24 Jan 2024 10:43
Category: Slider
Type: Bug Report
0
slider Increment tile moving two steps angular

when click kendo slider increment or decrement tile it's moving two small steps.

My case instead of moving two steps, one step need to move

5 comments
ADMIN
Martin
Posted on: 20 Mar 2024 16:08

Hi,

The bug report is declined due to inactivity.

Regards,
Martin
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources
ADMIN
Yanmario
Posted on: 12 Feb 2024 14:37

Hi Ammaiyappan,

If you want to incrementally move the slider, such that, for example, from 0 to 1, it should move 0 -> 0.5 -> 1, then smallStep should be set to 0.5.

https://stackblitz.com/edit/angular-xywtfm?file=src%2Fapp%2Fapp.component.ts

https://www.telerik.com/kendo-angular-ui/components/inputs/slider/predefined-steps/

If this isn't the case, please provide us with a runnable example, steps to reproduce the issue and what is the desired outcome from the user interaction.

Regards,
Yanmario
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources
ADMIN
Neli
Posted on: 12 Feb 2024 13:59

Hello Ammaiyappan,

As the product of the feedback portal item is marked as 'Kendo UI for jQuery' I will change the product of the thread and will forward it to the team responsible for Kendo UI for Angular components. Please expect their reply in the thread.  

Regards,
Neli
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources
Ammaiyappan
Posted on: 06 Feb 2024 07:37

Hi Neli,

 

I am using angular 15 with kendo slider.

could you please see this demo  https://www.telerik.com/kendo-angular-ui/components/inputs/slider/

it's moving two small steps

my configuration is

  <kendo-slider
          #playSlider
          (valueChange)="onSliderChange($event)"
          [(ngModel)]="playSliderValue"
          [max]="max"
          [min]="min"
          [showButtons]="true"
          [smallStep]="1"
          decrementTitle="Dec"
          incrementTitle="Inc"
        ></kendo-slider>

 

Thanks & Regards,

Ammaiyappan k

 

ADMIN
Neli
Posted on: 31 Jan 2024 07:10

Hello Ammaiyappan,

Could you please provide more details about the configuration on your side? I tested the Slider on my end, but I didn`t manage to reproduce the issue. Could you let me know if the same issue occurs in our demos? I will appreciate any detail on how the issue can be replicated.

As in the thread title you mention that the scenario is in Angular, please confirm if you are using the Kendo UI for jQuery components with AngularJS directives or the Kendo Angular Slider.

Looking forward to your reply.

Regards,
Neli
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources