Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
The Rotator is displaying 4 buttons... Up, Down, Left, Right. How can I hide, Up and Down?
Thanks.
JC
This is the solution:
.rrButtonUp, .rrButtonDown
{
visibility: hidden !important;
}
But I don't know why it's happening... Best regards. JC