I would like to be able to open a submenu on a datagrid item that would allow me to enter quanties for diffent field in the same data base. I don't want to have them on the same datagrid view because it is already very wide.
For tables that are really wide, you may consider a different data entry approach altogether. Instead of using a DataGridView for data entry for a bunch of columns, consider using controls so that the user has more of the entire form-top to bottom and left to right-to do data entry.
I have a quote that is made of several components. So I already have a form with using tabs and on the main tab I have the header info and on the second tab I was using a data grid to show the any number of compenents that make up the quote items. If I use controls how can I show and add records as the individual defines the items in the quote.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.