How can I add button in data grid view and call form in button event?
I've tried with toolbox available in Visual Studio 2010.
Once after adding button in tab event another column values to be change...
For example
gross_weight= Gross_weight + pallet_weight;
here pallet weight column is editable column after tab gross values to be added with pallet weight.