[SOLVED] RTL for datagridview

Answered
0
0

I am very interested in you product, I have encountered some column sizing and column
hiding problems when I set the datagridview property to righttoleft=true.

I there any date/roadmap for RTL support on the datagridview control?

  • You must to post comments
Best Answer
0
0

Thanks Eyal,

I have logged issue #1868 for it.

We´ll inform you when a fix is available.

Best regards
Frank

  • You must to post comments
0
0

Hello Frank,

 

I have attached a grid with some sample data, the problems you can see are:

  • When you resize a column to the right, if the size becomes bigger then the grid width then all column sizes are corrupted
  • When you try to reorder a grid column it moves the column to the left side instead of the right side

 

My guess Is that everything is being tried to be arranged from left to right and that’s why you see thr problems

 

P.S

I have removed the bin folder because it won’t compress to less the 4 MB

Attachment
  • You must to post comments
0
0

Hi Eyal,

thanks for your feedback.

Can you please describe the problems you encountered in detail
and/or provide a test case that shows them ?

Thanks in advance !

Best regards
Frank

  • eyal Katz
    The problem is if is set the propery RightToLeft on datagridview to true and try to resize the columns from right to left the columns size changes but the rows size stay the same. If I try to hide columns and then show them again the columns are not shown after hiding them.
  • eyal Katz
    I have added to the default.html page “body dir=”rtl”” that seems to solve the column resize problem but there is the show/hide columns issue
  • Frank (ITG)
    Thanks Eyal. I have tried to reproduce the show/hide columns problem but could not. Can you please share more details or a sample ? TIA, Frank
  • eyal Katz
    look at this screen capture movie I created https://youtu.be/rHPYb-CyOkM
  • Frank (ITG)
    Thanks for sharing the video. Still I cannot reproduce yet. Can you please post your code here or send it to frankATiceteagroup.com ? TIA, Frank
  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.