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

SplitButton dropdown arrow position for ToolBar in RTL mode

2 Answers 199 Views
Toolbar
This is a migrated thread and some comments may be shown as answers.
Shawn
Top achievements
Rank 1
Shawn asked on 08 May 2019, 05:11 PM

Hello,

I am using a Kendo Toobar in RTL mode, and I have a couple of SplitButtons on it.  I have two questions:

1- Since the Toolbar is set to display its contents in Right-to-Left (RTL) mode, the drop-down arrows for the SplitButtons are displaying on the left side (which is understandable).  However, I would like these arrows to display on the right side of the SplitButtons.  How can I achieve this?

2- There is a line separating the drop-down arrow and its text (please see image).  How do I remove this line so that it's one smooth box?

 

Thanks,

Shawn A.

 

2 Answers, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 13 May 2019, 10:30 AM
Hello Shawn,

You can use the following styles to achieve that: 

.k-rtl .k-toolbar .k-split-button {
  direction: ltr;
}
 
.k-toolbar .k-split-button .k-split-button-arrow {
  border-left: 0;
}

Here you are an example: https://dojo.telerik.com/ocOwekoZ

Regards,
Ianko
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Shawn
Top achievements
Rank 1
answered on 14 May 2019, 11:20 AM
Thank you, Ianko!  This worked perfectly.
Tags
Toolbar
Asked by
Shawn
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Shawn
Top achievements
Rank 1
Share this question
or