Select cell in datagrid

  • Thread starter Thread starter Diego F.
  • Start date Start date
D

Diego F.

Hello, I have a datagrid that load the data with a DataView. I need to use
the value shown in any row. I know how to select a cell when the DataGrid
loads the data directly from a DataSet, but not with a DataView.

How can I do that?

Regards,

Diego F.
 
Not sure what are you trying to do, but when you bind a datagrid to a
dataset it in effect is bound to a
DataSet.Tables[tableName].DefaultDataView, so there is no difference.
 

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