WPF DataGrid 行选择问题
我有一个文本框、DataGrid 和保存按钮,正在调用 WCF 服务 保存文本框的更改值。在调用 wcf 服务之前,表单(主网格)被禁用,并在 wcf 调用完成后再次启用。 我使用线程来调用wcf服务。 使用的模式是MVVM。
我的问题是,当完成 wcf 服务进程后启用表单时,Wpf 数据网格丢失了其行选择(意味着在 DataGrid 中没有选择任何行,甚至没有默认的 0)。
任何形式的帮助表示赞赏! 谢谢 :)
I have one text box, DataGrid and save button which is calling WCF service for
saving the changed value of the Textbox.Before giving call to wcf service the form (main grid) is disabled and enabled again when wcf call is complete .
I used threading to call wcf service.
Pattern used is MVVM.
My problem is When the form is enabled after completing the wcf service process the Wpf datagrid lost its row selection (means no row is selected in the DataGrid not even default 0).
Any kind of help is appreciated!!!
Thanks :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试不要禁用数据网格,而是这样做:
Try not to disable datagrid, but to do this: