Articles in this section
Category / Section

How to align the dot correctly in the GroupDropArea while using the RTL mode in WinForms GridGroupingControl?

2 mins read

Right to Left

By using the RightToLeft mode in the GridGroupingControl, the GroupDropArea displays the text by aligning the dot at the start. Refer to the following screenshot. The languages like Hebrew and Arabic etc., types the text from RightToLeft and so the dot operator is present at the start itself.

Enable right to left in GridGroupingControl

Solution:

You can overcome this problem by setting the EnableRTLMark property to true. Refer to the following code example and screenshot.

C#

// Sets the EnableRTLMark to true.
this.gridGroupingControl1.GridGroupDropArea.EnableRTLMark = true;

 

VB

'Sets the EnableRTLMark to true.
Me.gridGroupingControl1.GridGroupDropArea.EnableRTLMark = True

 

Enable right to left mode in GridGroupingControl

Samples:

C#: EnableRTLMarkinGGC-CS

VB: EnableRTLMarkinGGC-VB

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied