We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Redraw Method

Does the ejRangeNavigator have a redraw method like the ejChart component?  Is there a different way to execute this functionality?

Thanks

1 Reply

AB Akbar Basha K M Syncfusion Team October 20, 2014 01:10 PM UTC

Hi Josh,

Thanks for using syncfusion product. We have analyzed your requirement. We like to inform you that,

The ejRangeNavigator have a renderNavigator() method like a redraw method.

Code Snippet[JS]:

var range=$("#container").ejRangeNavigator("instance")

range.model.selectedRangeSettings.start=new Date(2014,6);

range.model.selectedRangeSettings.end=new Date(2014,8);

range.renderNavigator();

 

This method can be used to update the dynamic data without refresh the page.

We can add the data and change the any property using renderNavigator() method, with creating an instance of a chart.

We have prepared a simple sample using rederNavigator method.

Please find the attached sample.

Please let us know if you have any concern.

Regards,

Akbar Basha KM.


Attachment: redraw_cd9862b3.zip

Loader.
Up arrow icon