随笔分类 -  VS平台

DEV获取GridControl当前行
摘要://直接通过gridView获取当前行dr=this.gridView1.GetDataRow(this.gridView1.FocusedRowHandle);//通过DataSet获取数据,需要转换行标dr = ds.Tables[0].Rows[this.gridView1.ViewRowHa 阅读全文

posted @ 2018-12-03 16:25 newlives 阅读(3135) 评论(0) 推荐(0)