datagrid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I put text to a particular cell (in a row and column) of a datagrid?
For example, I need to put "expenses" in the cell located at row 2 column3.
The datagrid is not bound to a database. Thanks in advance.
 
Create a dataset with empty rows with "expenses" at row 2 column3. and bind
with DataGrid.
 
Back
Top