Hi ,
I have struck with a problem. I have my first column header as checkbox. When i click on the header checkbox i need to check all the checkbox in the rows. I want to assign row number as Tag to the row checkboxes while binding is there any way to assign the row number to row check boxes?
I tried like below
<CheckBox x:Name=”chkRow” ToolTip=”{Binding RelativeSource={RelativeSource Self}, Path=ItemIndex, Converter={StaticResource IntegerConverter}}” DockPanel.Dock=”Left” Checked=”onChecked” />
Please help me in this issue.
Thanks,
Vasu
Imported from legacy forums. Posted by vasudeva rao (had 1895 views)