简体   繁体   中英

gridview wpf binding anhother gridview

GridView CurrentGrid =Grd_UserList;

Grd_UserList.Columns.Clear();

ı have got this example, ı use "Columns.Clear();" fonc. with Grd_UserList for all item clear but this func. CurrentGrid cleans all the items

help me pls

您能否更具体地说明问题,我认为您应该在影响Grd_UserList的值之前创建一个新的GridView实例。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM