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
close icon

RangeNavigator redraw

Hi,
I am posting here because there is not a RangeNavigator Control specified in the Forum Thread Choice.
There is a way that I can redraw the RangeNavigator when I resise the Browser Page?
The Problem is that when I Maximize or restore the Browser Page, the Control remains at the same size, and sometimes it will be cut from the Window.

     Thanks in advance

    Andrea Perazzolo

1 Reply

JA Jayavigneshwaran Syncfusion Team March 30, 2015 07:21 AM UTC

Hi Andrea,

Thanks for using Syncfusion product.

We have analyzed this. The range navigator can be made responsive on resizing the web page by enabling the below property

[CSHTML]

@(Html.EJ().RangeNavigator("scrollcontent")

.EnableAutoResizing(true)

)

On enabling this the size of the range navigator is set based on the size of the web page. So on resizing the web page, range navigator is fit to it.

And in addition the below property is used to make chart as responsive

[CSHTML]

@(Html.EJ().Chart("container")

.CanResize(true)

)

We have also made a sample to illustrate this for your reference. Find it from the below location
Sample.zip

Please let us know if you have any concern.

Thanks,

Jayavigneshwaran



Loader.
Live Chat Icon For mobile
Up arrow icon