Grid input - not to a database

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

I would like to create an application which gives the user a grid type
interface for input, but is not connected to a database. I would save
the grid contents to an array for manipulation.

Is there a way to do this with the grid that comes with VB.Net? (a
pointer to any examples would be GREATLY appreciated!)

Dave
 
Scott,

Thanks for the reply. There is certainly a lot of info on the
datagrid on the reference page, but unless I missed something, there
is nothing on how to use the datagrid as an unbound input device.
(closest is how to put an unbound column in a bound grid - with
examples in C).

Any other thoughts?

Dave
 
Back
Top