Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
515
Fixing bidirectional text problems using Infragistics controls
posted

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?    

Parents
No Data
Reply
  • 17559
    posted

    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.

Children