版本2009.3
gvTagInfo.FocusedRowHandle = k; int k =gvTagInfo.FocusedRowHandle+1; //有效 gvTagInfo.FocusedRowHandle = k; //这种无效 gvTagInfo.SelectRow(k);