Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hello!
The SfRngeSelector component is not working in version 20.2.0.44. The component is not filling the available space and the selected range cannot be dragged.
It was working fine in 20.2.0.36
<SfRangeNavigator Value=@Range ValueChanged=@RangeChanged [email protected] Height="100" ValueType="Syncfusion.Blazor.Charts.RangeValueType.DateTime" IntervalType=@RangeIntervalType [email protected]()>
<RangeNavigatorEvents Loaded=@OnRangeLoaded></RangeNavigatorEvents>
<RangeNavigatorSeriesCollection>
<RangeNavigatorSeries [email protected](100) [email protected] [email protected] Width="2" XName="Date" YName="Close" />
</RangeNavigatorSeriesCollection>
</SfRangeNavigator>
Thank you!