Xtragrid 存储库组合框

发布于 2024-07-07 05:04:50 字数 156 浏览 8 评论 0原文

  1. 我的存储库组合框默认显示空白选项。 如何使组合框的选项 1 成为默认值。

  2. 我想让这个存储库组合框像下拉菜单一样,没有编辑功能。 但如果我将其设置为不可编辑,则下拉菜单将不起作用。 那么我该怎么做呢?

  1. My repositorycombobox is showing blank option on default. How do I make the option 1 of the combobox to be the default value.

  2. I want to make this repositorycombobox to act like dropdown with no edit function. But if I make it non editable the dropdown wont work. So how do I do it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

九公里浅绿 2024-07-14 05:04:50
  1. 将 nulltext 属性设置为repositorycombobox[0]
  2. 将repositorycombobox 的TextEditStyle 属性设置为DisableTextEditor。
  1. Set the nulltext property to the repositorycombobox[0]
  2. Set the TextEditStyle property of repositorycombobox to DisableTextEditor.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文