I am using certain Asci sighns in order to fix Hebrew-English Problems . the sighns Determine the reading order in a sentence in which there are combines letters with RTL and LTR letters.
This works well in Microsoft programs like excel or farPoint tools .
Infragistics
Controls don't recognize some the Asci sighs that I'm using , so the text is not shown correctly.
The Porblematic sighns are:
202D LTR Override.
202E RTL Override.
Other sighns are recognized like:
202A LTR Embedding
200E LTR Mark
Is There any way to make the recognize those sighns?
Hello Roy Raz,
I was looking into your question and I am not sure that I understand your issue correctly. Could you please provide me with the code snippets where you assign this sings to the XamDataGrid, so I can be sure that we are looking on the same behavior. Also could you please test the same scenario with a simple TextBox or TextBlock in order to confirm that the different handling of the symbols is caused by the XamDataGrid not from the way that the Microsoft WPF’s controls work.
Thanks in advance.
I am just checking have you been able to resolve your issue? If you still need any assistance on the matter do not hesitate to ask.
Hello,
After some research of this behavior we found that the XamDataGrid renders these symbols the same way as the Microsoft WPF TextBlock does. This is why I believe this is not an issue in the Infragistics control and the behavior may be caused by a limitation in the WPF.
For further reference please have a look at the attached sample.