This is a migrated thread and some comments may be shown as answers.

Check All and Uncheck all

0 Answers 31 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Hemanth
Top achievements
Rank 1
Hemanth asked on 16 Nov 2012, 06:55 AM
Hi,
Here i have Telerik Rad Grid, i need check all and Uncheck all functions need to be done
Here is my code...

     <telerik:GridViewDataColumn Width="30">
                    <telerik:GridViewColumn.Header>
                        <CheckBox  Name="chkall" Checked="CheckBox_Checked" Unchecked="CheckBox_Unchecked">
                        </CheckBox>
                    </telerik:GridViewColumn.Header>
                    <telerik:GridViewColumn.CellTemplate>
                        <DataTemplate>
                            <CheckBox Name="chk" CommandParameter="{Binding ID}">
                            </CheckBox>
                        </DataTemplate>
                    </telerik:GridViewColumn.CellTemplate>
                </telerik:GridViewDataColumn>


for CheckBox_Checked and CheckBox_Unchecked in .cs page
what i need to code

Thanks

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Hemanth
Top achievements
Rank 1
Share this question
or