Problem with datagridview

emshahram

Member
Joined
Oct 15, 2006
Messages
6
Programming Experience
5-10
Hello
I have a problem with datagridview and can't solve it.
I'm from Iran and use in controls English and Farsi.
Engilsh should be right to left and Farsi should be left to right.
In datagridview i need that one cell be right to left and another cell be left to right but datagridview control have not this property for each cells or style.
Please guide me which best solution.
 
No Alignment property only set alignment.

If i set RightToLeft property of DataGridView to Yes,Farsi text have not problem but English text have problem in show.

For example: (Notation(Attention
That should be shown: Notation(Attention)

If i set RightToLeft property of DataGridView to No,English text have not problem but Farsi text have problem in show.
 
Back
Top