Click here to Skip to main content
15,905,508 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need a sales window which let user choose items,batch, rate etc also need to enter values. It also require that place combination of controls to be place on each row when use click a row. How can I do this in WPF Windows application

What I have tried:

I tried DataGrid control with static placed text.
Posted
Updated 5-Apr-21 21:49pm

1 solution

You can add comboboxes, textboxes etc to cells in a datagrid: see The DataGrid control - The complete WPF tutorial[^]
 
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