This question is locked. New answers and comments are not allowed.
Hello,
There is check box out side the Grid view. And in Grid view I have Datatemplate with Button like below
There is check box out side the Grid view. And in Grid view I have Datatemplate with Button like below
<telerik:GridViewDataColumn>
<telerik:GridViewDataColumn.CellTemplate>
<DataTemplate>
<StackPanel>
<Button x:Name="btnAdd>
</Button>
</StackPanel>
</DataTemplate>
</telerik:GridViewDataColumn.CellTemplate>
</telerik:GridViewDataColumn>
When i click on Check box I want to Disable Button (btnAdd). So I am thinking to find that button and make is disable. My check box is not in Grid view its outside.
Please give solution
Thanks,
Mahendra