Hi,
Please provide a solution on Devexpress Winform gridview. The problem I am facing is Devexpress Winform gridview does not support RTL(Right to Left) languages. Is there any solution that can help me with this. I have spent a chunk of my savings to buy this product and then find out that what I intend to do is not available. Please provide a solution asap.
Regards,
R S Prasad
Hello,
Yes you are right, GridControl does not support RTL by default. I will be happy to help you, but I first need to clarify your task. Exactly what editor do you want to use in GridControl? Would you please provide a screenshot to illustrate your requirements? We will do our best to find an appropriate solution for you.
Hi Alexey,
PFA. I use GridView, BandedView in GridControl. Windows DataGridView supports RTL languages but I need to get the same in Devexpress BandedView and GridView.
Regards,
R S Prasad
DevExpress WinForms controls do not support right-to-left. I would advise you to instead use the WPF or Silverlight controls, which both support right-to-left. You may be able to find a solution by mirroring a control using the methods described at http://msdn.microsoft.com/en-us/library/xwbz5ws0%28v=vs.71%29.aspx, but I'm not sure this would be a true right-to-left solution.
See also: http://www.devexpress.com/Support/Center/p/A585.aspx
This is painful to hear. I am developing a ERP solution and the code for LTR is completed. To design RTL, if I have to switch to silverlight or WPF i would have to redo my entire code. I am already 28 days behind schedule. Switching to alternate will push my schedule months behind. Who will compensate for the time and monetary loss? This is a shame that you do not support such a basic need. Most of my clients are from the middle east. I've spent $2200 for this software and now you are asking me to use WPF or Silverlight! Is this the way you are going to treat your customers? Such a shame!
Are you ever going to release an update to support RTL any time soon?
I do not work for DevExpress. I am a customer, just like you. It is pretty well documented that almost all of the WinForms controls do not support right-to-left, and probably never will. It is not something than can be easily achieved, due to the structure of the code and the painting mechanisms used to support skinning.