Wednesday, 4 September 2013

WPF Xaml Gridview Chekbox Column

WPF Xaml Gridview Chekbox Column

I am developing a WPF xaml application, In that case I have already
developed a grid view for represent the data in DB. Now I want to add a
checkbox column to my grid view . the purpose select the data rows in grid
view by checking check boxes. Also I want to count number of checked check
boxes in that column. I am new to programming so I haven't an idea about
this. please help me. Thank you!
<ig:TextColumn Key="Date" Width="150" HeaderText="date" />
<ig:TextColumn Key="Name" Width="100" HeaderText="user" />
<ig:TextColumn Key="ID" Width="120" HeaderText="id" />
<ig:TextColumn Key="Details" Width="300" HeaderText="Details" />
<ig:CheckBoxColumn Key="Select" Width="100"
HeaderText="select" />
</ig:CheckBoxColumn>-->
</ig:XamGrid.Columns>
</ig:XamGrid>

No comments:

Post a Comment