<!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)<br>http://www.CodeHighlighter.com/<br><br>-->1
protectedvoidUltraWebGrid1_InitializeRow(objectsender,Infragistics.WebUI.UltraWebGrid.RowEventArgse)2


{3
if(e.Row.Band.Index==0)4


{5
stringstr=string.Empty;6
str="<inputid='chk"+e.Row.Index+"'type='checkbox'name='chkName"+e.Row.Index+"'/>";7
e.Row.Cells[0].Text=str;8
}9

10
}11
本文介绍了一个使用Infragistics UltraWebGrid控件的事件处理方法,该方法在UltraWebGrid的每行初始化时为第一列添加了一个复选框。
501

被折叠的 条评论
为什么被折叠?



