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.
 

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