How to write into a cell of datagrid when it is renderd

  • Thread starter Thread starter ALI-R
  • Start date Start date
A

ALI-R

How Can I write inot the cell[3] of the current row???

I have created the Datagrid at runtime and I want to write to its 3th column
in each row but I can't???

Thanks
 
Hi,

DataGrid1.Item(DataGrid1.CurrentRowIndex, 2) = "New Value"



Ken

----------------------------

How Can I write inot the cell[3] of the current row???

I have created the Datagrid at runtime and I want to write to its 3th column
in each row but I can't???

Thanks
 

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