簡體   English   中英

如何以編程方式向我的WebDataGrid添加新行

[英]How to Add new rows programmatically to my WebDataGrid

請讓我知道是否可以在基礎設施webdatagrid中單擊按鈕事件時添加多行。

謝謝

DataGrid.Rows.Add("Value for Column1","Value for Column2","Value for Column3");

你也可以...

DataGrid.Rows[RowIndex].Cells[CelIndex].Value = "Your Value";

就是這樣。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM