please help, may i add item/record to a grid row programmingly?

  • Thread starter Thread starter Leal Ting
  • Start date Start date
L

Leal Ting

may i add item/record to a grid row programmingly?

Does DataGrid can do it? or i should choose another control?

(e-mail address removed)
 
yes, you can if your data source is a DataSet then, just use
DataGrid.SetDataBinding(DataSet,"TableName");
otherwise
DataGrid[int rowindex,int columnindex]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top