从右到左 MVC 应用程序中的从左到右 Telerik 组合框

发布于 2024-11-04 22:51:23 字数 181 浏览 0 评论 0原文

我正在编写一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

欢你一世 2024-11-11 22:51:23

您可以查看这个示例,它展示了如何在RTL模式下使用ComboBox UI组件。

You can check this example, which shows how to use ComboBox UI component in RTL mode.

∞琼窗梦回ˉ 2024-11-11 22:51:23

如何使用设置了 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文