We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

RightToLeft Problem in GridDataBoundGrid(in GridTextBoxCellRenderer)

Hi,
I am programming with c# visual studio 2005 and syncfusion 4.4

I Have problem in the use with GridDataBoundGrid,
when I display in GridDataBoundGrid Hebrew text that needs to be from right to left it is displayed correctly.
When i enter the cell(with F2 key or Double click),
while the text contains only hebrew characters then everything representable properly ( from right to left ).
but if I display texts that in the start there are numbers and later characters in Hebrew the text are displayed
from left to right.
I Want that always the text will be displayed from right to left
I tried to play with RightToLeft and HorzintalAligment properties but i didn't succeed
How i can do this?

Thanks,
Yuval

3 Replies

HA haneefm Syncfusion Team August 29, 2007 10:43 PM UTC

Hi Yuval,

Below is a forum thread that discuss with similar issue and let me know if this helps.
http://www.syncfusion.com/support/Forums/message.aspx?&MessageID=45355

Thanks for your interest in Syncfusion products.

Best regards,
Haneef


YU Yuval August 30, 2007 06:33 PM UTC

Thanks for the answer!
But this is delicate does not work : )

I did everything that you wrote :
this.gridControl1.RightToLeft = RightToLeft.Yes;
this.gridControl1.TableStyle.RightToLeft = RightToLeft.Yes ;
this.gridControl1.TableStyle.CultureInfo = new System.Globalization.CultureInfo("he-IL");
this.gridControl1.Model.Options.UseRightToLeftCompatibleTextBox = true;

But the text in Hebrew is combined with numbers still turn when I enter the cell.
What it's possible to do for that this will get along?

Thanks,
Yuval


HA haneefm Syncfusion Team September 6, 2007 11:01 PM UTC

Hi Yuval,

Thank you for your update.

I am not sure of what be might be causing this strange behavior without a working sample. Is it possible for you to upload us a minimal sample to reproduce the issue here? This will help us to analyse the issue further.

Best regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon