“输入字符串的格式不正确。” WPF 数据网格中的异常

发布于 2024-08-29 11:11:54 字数 356 浏览 6 评论 0原文

我有一个连接到数据网格的 DataContext 的 BindingListCollectionView。数据网格现在显示 BindingListCollectionView 的项目列表。 但是当我单击最后一行添加新项目时。我收到“输入字符串的格式不正确”。例外。

当我使用调试器单步执行 WpfToolkit 库时,异常发生在文件 DataGrid.cs 行 EndUpdateSelectedItems() 的 private void MakeFullRowSelection(object dataItem, bool allowedExtendSelect, bool allowedMinimalSelect) 函数中。

有人可以建议如何解决这个问题吗?

I have a BindingListCollectionView connected to the DataContext of a datagrid. The datagrid now shows the list of items of the BindingListCollectionView.
But when I click on the last row to add a new item. I get an "Input string was not in a correct format." exception.

When I step with the debugger through the WpfToolkit library the exception happens in the private void MakeFullRowSelection(object dataItem, bool allowsExtendSelect, bool allowsMinimalSelect) function of the file DataGrid.cs at the line EndUpdateSelectedItems().

Can someone suggest how to solve the issue?

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

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

发布评论

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

评论(1

灼痛 2024-09-05 11:11:54

我认为这实际上与 SelectedItem 有关。如果您删除 SelcetedItem 绑定,它应该可以工作,或者如果您在调试模式下运行。 (已知错误请参阅下面的链接)
链接文字

I think this is actually to do with the SelectedItem. If you remove the SelcetedItem binding it should work, or if you run in debug mode. (Known bug see link below)
link text

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