Getting data from DataGrid

  • Thread starter Thread starter S³awek Mróz
  • Start date Start date
S

S³awek Mróz

Hi!

Is it possible to get data just from DataGrid, not binded to any of
DataSource?
I can't find any suitable properties, every single example is based on
binding data:-(

I just want to put an empty dg, get data from users, process it somehow and
then, finaly, put into database....

Help!

BR

Slawek
 
Hi Slawek,

No, you need to use a DataSource for a DataGrid. The DataGrid is basically a window to some data collection.
 
Back
Top