This question is locked. New answers and comments are not allowed.
Wondering how to set cbReached.IsChecked = true when the CheckBox is in an unbound column. I have the row index number, but it is not in the Items collection and I am undable to find the control.
Thanks.
Thanks.
<telerikGridView:GridViewDataColumn UniqueName="Reached" >
<telerikGridView:GridViewDataColumn.CellTemplate>
<DataTemplate>
<CheckBox x:Name="cbReached"></CheckBox>
</DataTemplate>
</telerikGridView:GridViewDataColumn.CellTemplate>
</telerikGridView:GridViewDataColumn>