Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello guys i just wanted to design a datagrid like this one! it's a sales grid that can allow me to enter the items with all details such as item_code, quantity, price, stock....etc directly though cells, and also it has a features that allow me to press right_click in mouse in some cell to do something or get the list of items when press enter in item_code_cell or name_cell... so.. can anyone help me to build like this grid in my project thank you for any interesting.
IMAGE OF THE SAMPLE GRID[^]
Posted
Updated 13-Feb-15 21:45pm
v3

1 solution

You can do most things with the Microsoft.System.Windows.Forms.Datagridview class[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900