Slider Animation flickering

As you can see from the attached video, the slider is jumping all over the place when dragging.


I have it as a templated column in a MudDataGrid column if that helps you.

<SfSlider @bind-Value="@item.Amount"
Step="1000"
TValue="decimal"
Min="@item.MinimumAmount"
Max="@item.MaxAmount"
EnableAnimation="false"
Type="@SliderType.MinRange">
<SliderTooltip IsVisible="true" ShowOn="TooltipShowOn.Always" Format="C0" Placement="TooltipPlacement.Before"></SliderTooltip>
</SfSlider>

Attachment: Recording_20250404_085041_4bcba0ad.zip

2 Replies

LS Lee Stevens April 7, 2025 10:32 AM UTC

I tried the same with an SfGrid and template and it's exactly the same




YS Yohapuja Selvakumaran Syncfusion Team April 9, 2025 01:02 PM UTC

Hi Lee Stevens,

Thank you very much for contacting us and for sharing the details regarding the issue you're experiencing.


We understand that you're seeing unexpected behavior where the SfSlider appears to jump or behave erratically when dragging it, especially when used inside a MudDataGrid templated column. We sincerely apologize for any inconvenience this may be causing.


To investigate the issue thoroughly, we attempted to reproduce it on our end using a similar setup. However, in our testing, the slider component behaved as expected and did not exhibit any jumping or jittery behavior during interaction. For your reference, we have included a working sample and a short demonstration below:


Sample:
https://blazorplayground.syncfusion.com/BNBytTNOpdBBRArM





To help us further investigate the issue, we kindly request the following information from your side:

  1. Does the issue occur with a standalone slider, or only when it is rendered inside the MudDataGrid?
  2. Could you please share a minimal runnable sample that reproduces the issue?
  3. Which version of the Syncfusion Blazor package are you currently using?
  4. If the issue started after a package upgrade, could you please let us know the previous and current versions?


Your input will help us to isolate the problem more effectively and provide a timely resolution. Please let us know if you have any questions or need assistance sharing the sample.



Regards,

Yohapuja S



Loader.
Up arrow icon