Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Janus Grid,我想删除 Janus 网格中的所有行。
foreach (Janus.Windows.GridEX.GridEXRow row in gridK.GetRows()) { gridK.Delete(); }
或任何清除所有项目的功能。
将数据源设置为空:
gridK.DataSource = null;