问题描述
datagridview某列失去焦点事件
解决方案
解决方案二:
这要动态给某列添加JS代码在RowDataBound的事件里protectedvoidGridView1_RowDataBound(objectsender,GridViewRowEventArgse){if(e.Row.RowType==DataControlRowType.DataRow){e.e.Row.Cells[列索引].Attributes.Add("焦点事件名","操作");}
解决方案三:
win下不是web
解决方案四:
CellEnter判断列号是否相同,并记录新的列号
时间: 2024-11-08 18:14:41