c# winform dev控件 gridcontrol的数据绑定无效,

2025-03-24 02:22:05
推荐回答(1个)
回答1:

gridControl.DataSource=dt;
//要是实体的话不如把实体放到list<>中 去绑定