Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello, how can we design Editable GataGrid in WPF application.

I am using this code for editable DataGrid but editable filed is not displaying,
How to bind data?

XML
<DataGrid AutoGenerateColumns="False" Height="396" HorizontalAlignment="Left" Margin="39,362,0,0" Name="dataGrid1" VerticalAlignment="Top" Width="1247">
           <DataGrid.Columns>
               <DataGridTextColumn Header="Project" Binding="{Binding ProjectDetail}" Visibility="Visible" />
               <DataGridTextColumn Binding="{Binding}" Header="Invoice Detail" />
           </DataGrid.Columns>
       </DataGrid>



Please help me. Thanks in Advance.

Ankit Agarwal,
Software Engineer.
Posted
Updated 29-Mar-15 20:08pm
v2
Comments
Kornfeld Eliyahu Peter 30-Mar-15 2:28am    
Do some Google search - you will find hundreds of samples for every need...

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