We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

rtl mode in grid , list box,dropdownlist ,... do not work

Please see the attached video.

Attachment: rtl_b78629c7.rar

2 Replies

RN Rahul Narayanasamy Syncfusion Team August 7, 2019 06:06 AM UTC

Hi Ebi Torabi, 
 
Greetings from Syncfusion. 
 
Query: rtl mode in grid , list box,dropdownlist ,... do not work 
 
We have validated your query and we are able to reproduce the reported problem. The reported issue is caused due to CSS style from the “bootstarp.css” is overridden the Components(Grid, DropDown, ListBox) RTL style. You can overcome the reported problem by using following workaround solution. 
 
[code example] 
<style>  
    .e-rtl {  
        text-align: right;  
    }  
</style> 
 
Please find the sample from the below link for your reference. 
 
 
 
Also, we have logged and considered the reported issue as a bug at our end and this fix will be included in our upcoming NuGet release which is expected to be rolled out on August 19, 2019. Until then we appreciate your patience. You can track the status of the reported issue from the below feedback link. 
 
You can now track the current status of your request, review the proposed resolution timeline, and contact us for any further inquiries through this link.  
 

Please get back to us if you need further assistance. 
 
Regards, 
Rahul 



ET ebi torabi August 7, 2019 12:42 PM UTC

Hi Rahul . Thank you very much for your reply.
it work very well;

Loader.
Live Chat Icon For mobile
Up arrow icon