G
Gene Hubert
I'm looking to use a datagrid in an odd way and not making a lot of
progress. I want to read in a text file and then allow a user to
arbitraily divide the data into columns. I thought I might be able to
do this with a datagrid by capturing mouse events and then
adding/dropping/modifying columns and then redisplaying the data.
So far, I'm reading the data from a text file into a data store with
an OleDbDataAdapter and then setting the DataSource property of the
datagrid to the datastore. That displays the data nicely, but after
that I'm stuck. Several of the examples I've found for manipulating
datagrids assume the datasource is a datatable and don't seem to work
for me.
I'm not looking for detailed solutions, but just a few pointers on how
to get started. I'm open to any solution, even it it does not use a
datagrid.
Thanks much for any assistance,
Gene in North Carolina
progress. I want to read in a text file and then allow a user to
arbitraily divide the data into columns. I thought I might be able to
do this with a datagrid by capturing mouse events and then
adding/dropping/modifying columns and then redisplaying the data.
So far, I'm reading the data from a text file into a data store with
an OleDbDataAdapter and then setting the DataSource property of the
datagrid to the datastore. That displays the data nicely, but after
that I'm stuck. Several of the examples I've found for manipulating
datagrids assume the datasource is a datatable and don't seem to work
for me.
I'm not looking for detailed solutions, but just a few pointers on how
to get started. I'm open to any solution, even it it does not use a
datagrid.
Thanks much for any assistance,
Gene in North Carolina