WELCOME

a:hover { cursor:url(https://files.cnblogs.com/files/laoguantongxiegogo/click_24px_1231393_easyicon.net.ico),auto; } body { cursor:url(https://files.cnblogs.com/files/laoguantongxiegogo/pointer_24px_1231389_easyicon.net.ico),auto; }

关于表格数据刷新

由于部分操作会直接导致树状图和嵌套使用的表格的数据结构发生较大的变化,需要进行全局刷新,这里全局刷新的基本方法

	datagrid.itemsSource=null;
	datagrid.itemsSource=list;

现将数据源清空,再将数据重新赋值;

posted @ 2021-10-19 17:57  waiting233  阅读(176)  评论(0)    收藏  举报
#Snow{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99999; background: rgba(125,137,95,0.1); pointer-events: none; }