This is a migrated thread and some comments may be shown as answers.

Buttons added after update

2 Answers 51 Views
Rotator
This is a migrated thread and some comments may be shown as answers.
Ryan
Top achievements
Rank 1
Ryan asked on 30 Jun 2017, 03:39 PM

I just upgraded the version of Telerik Tools on my project and it added all 4 buttons(up,down,left,right) on my RadRotator control.

 

The RotatorType is set to "FromCode". I don't want the buttons there. Is this a bug? The description for this type says "The rotator will not change items automatically and will not display the control buttons."

2 Answers, 1 is accepted

Sort by
0
Ryan
Top achievements
Rank 1
answered on 30 Jun 2017, 03:47 PM

Here is a workaround for now:

.rrButtonUp, .rrButtonDown, .rrButtonLeft, .rrButtonRight
        {
            visibility: hidden !important;
        }
0
Rumen
Telerik team
answered on 05 Jul 2017, 02:03 PM
Hi Ryan,

I am not familiar with such a problem and I was unable to reproduce it neither in the live demos (set Rotator Type to FromCode), not in the attached sample project. Can you please test them and let me know if the problem persists there?

On the other hand your workaround to hide the buttons with CSS is fine.



Regards,
Rumen
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Rotator
Asked by
Ryan
Top achievements
Rank 1
Answers by
Ryan
Top achievements
Rank 1
Rumen
Telerik team
Share this question
or