Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Editable Unbound grid

Status
Not open for further replies.

MathTutor

Programmer
May 19, 2003
7
US
Is there such a thing?
 
Why would you want it?

why edit it if you do not plan to use the data?

just a thought.

you could bind a datagrid to a dataset and then never fill the dataset.

bassguy
 
Data has to be gathered then processed then split/filtered into different tables. I'm using a listview for this but it would be nice to edit data in grid rather than create a popupm form for this.
 
Then I would Create a dataset and bind it to your datagrid. this then would become the container that held the data that you want to manipulate when the user hits the go button


bassguy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top