WpfDatagrid Collectionviewsource 清除
我正在使用 wpftoolkit 数据网格控件,该控件使用 collectionviewsource 进行绑定以进行记录分组。每当用户尝试清除表单时,我也需要清除数据网格。 我尝试将 datagrid itemsource 设置为 null,但它可以很好地实现清晰的功能。如果用户尝试将任何记录添加到 datagrid,则它不会加载。
那么任何人都可以为我提供一种清除数据网格的解决方案吗?
提前致谢。
I am using wpftoolkit datagrid control which was binding using collectionviewsource for records grouping. Whenever user trying to clear the form i need to clear the datagrid also.
I tried to set datagrid itemsource to null but it works fine for clear functionality .if user trying to add any records to datagrid it's not loading.
So could any one please provide me a solution to clear the datagrid.
Thanks In Advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在这种情况下使用 ObservableCollection。
示例:
Xaml:
I use ObservableCollection for this type of situations.
Example:
Xaml: