从右到左 MVC 应用程序中的从左到右 Telerik 组合框
我正在编写一个 mvc 3 从右到左的应用程序。 在该应用程序中,我有一个 Telerik 的组合框,我需要它从左到右。 我向组合框添加了一个 Html 属性,就像 new {dir="ltr"} 一样,但它仅适用于具有值的文本框,但不适用于列表。 我还尝试将组合框放在 dir="ltr" 中,但它也不起作用。
有人知道为什么吗?
I'm writing a mvc 3 right to left application.
In that application I've a telerik's combobox, and I need it to be left to right.
I added a Html attribute to the combobox like that new {dir="ltr"} but it worked only for the text box with the value but not to the list.
I also try to put the combobox within a dir="ltr" but it didn't work either.
anyone have an idea why?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以查看这个示例,它展示了如何在RTL模式下使用ComboBox UI组件。
You can check this example, which shows how to use ComboBox UI component in RTL mode.
如何使用设置了 RTL 方向的包装器,如本演示中所示 - http://demos。 telerik.com/aspnet-mvc/combobox/rtlsupport?尝试一下。
How about using a wrapper with rtl direction set, as in this demo - http://demos.telerik.com/aspnet-mvc/combobox/rtlsupport? Try it.