The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hello I am trying to setup two way binding with a third party chart. To do this I would need to be able to directly control the start and end range of the RangeNavigator. Is this possible?
DGDurga Gopalakrishnan Syncfusion Team February 7, 2022 12:56 PM UTC
Hi Francis,
Greetings from Syncfusion.
You can also change the start and end value of rangenavigator using value property and call dataBind method to update the range navigator. We have prepared sample based on your requirement. Please check with below snippet and sample.
changeValue: function() {
this.$refs.range.value = [new Date('2018-01-01'), new Date('2018-04-01')];