Datagridview 中的 C# 组合框行为

发布于 2024-12-01 07:36:17 字数 192 浏览 1 评论 0 原文

我有一个 Datagridview,其中有一列有一个组合框作为编辑控件。假设我在第一行的组合框中选择值 X。当我打开第 2 行中的组合框时,即使值 X 不是组合框列表中的第一项,它也会选择值 X 作为默认值(当组合框在编辑前为空时)。为什么它不选择第一个项目(如果它仍然想选择一个项目)?

我不知道它是否相关,但网格和组合绑定到 Linq2sql 对象。

I have a Datagridview with a column that has a combobox as editing control. Say I choose value X in the combobox in the first row. When I open the combobox in row 2 it will select value X as default (when the combobox was empty before edit), even if value X isn't the first item in the list of the combobox. Why doesn't it select the first item (if it wants to select an item anyway)?

I don't know if it is relevant, but the grid and the combo are bound to Linq2sql objects.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文