摘要:
当你在Grid和TreeList中,需要对不同的行中的某一个单元格(Cell)提供特定的RepositoryItem时,使用CustomRowCellEdit绝对能胜任,但在使用时千万要注意了:“一定要用参数(CustomRowCellEditEventArgs e)e.RowHandle来获取数据,不然会应用到每一行”。 void GridView1_CustomRowCellEdit(object sender, DevExpress.XtraGrid.Views.Grid.CustomRowCellEditEventArgs e) { if (e.Co... 阅读全文
posted @ 2014-03-11 09:47
JarviseZhou
阅读(2963)
评论(0)
推荐(0)
浙公网安备 33010602011771号