2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Right to LeftBy 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. 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
Samples: |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.