请让我知道,如果有可能添加多行时,点击按钮事件,在infragistics webdatagrid。
谢谢
发布于 2013-09-24 23:36:43
DataGrid.Rows.Add("Value for Column1","Value for Column2","Value for Column3");你也可以...
DataGrid.Rows[RowIndex].Cells[CelIndex].Value = "Your Value";就是这样。
https://stackoverflow.com/questions/18985795
复制相似问题