Because of devexpress doesn’t support Arabic for grid control I am trying to do mirroring for grid control, I do it successfuly but the problem is when I am Hover the cursor of mouse on column header the caption of column is disappears !!!!
I dont know why ?? and I want to solve this problem
Because of devexpress doesn’t support Arabic for grid control I am trying to do
Share
I had the same problem the workaround is:
Make your own control inherits from
xtragridand also override thethe
mousemoveevent andmousehoverevent add the linethis.Invalidate();