|
-
Jun 30th, 2021, 09:15 PM
#2
Re: Help with Design please
You can certainly use a DataGridView. You'd use it unbound so you can control each cell and its formatting and whether it can be edited. You would populate a DataTable from the database and then copy the data across to those expense rows in the grid. After the user makes the desired modifications, you can copy the changes back to the DataTable and then save to the database. You can insert or remove rows in the grid as desired as expenses change.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|