One more data grid question

  • Thread starter Thread starter NewGuy
  • Start date Start date
Hi NewGuy,

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to bind a DataSet to a
DataGridTextboxColumn. If there is any misunderstanding, please feel free
to let me know.

As far as I know, a DataGridTextboxColumn object is a kind of column style.
It is used on DataGrid to let the DataGrid know this column is a text field
and we use text box to display and input data. I'm not quite sure about the
meaning of Bind a Dataset to a DataGridTextboxColumn. We can bind a
DataGrid to a DataSet and show certain columns using textbox column style.

HTH.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Back
Top