Dvexpress XtraGrid 如何在行中拖选,选中多行?
摘要:
[C#代码]private void SelectRows(GridView view, int startRow, int endRow) {if(startRow > -1 && endRow > -1) {view.BeginSelection();view.ClearSelection();view.SelectRange(startRow, endRow);v... 阅读全文
posted @ 2010-09-18 15:34 少明 阅读(1009) 评论(0) 推荐(0)
浙公网安备 33010602011771号