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

Select all checkbox is not working

1 Answer 97 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sam
Top achievements
Rank 1
Sam asked on 22 Oct 2012, 06:45 AM
 When I check the 'chkSelectAll' checkbox , the checkboxes in the entire column are not all checked.  Please help. 


<telerik:RadGrid ID="grd" runat="server" OnLoad="grd_OnLoad" OnNeedDataSource="grd_NeedDataSource"
                                    SkinID="CR" GridLines="None" AllowPaging="True"  AutoGenerateColumns="False" OnItemDataBound="grd_ItemDataBound"
                                    AllowMultiRowSelection="true" Width="925px">
                                    <MasterTableView  PageSize="10" EnableNoRecordsTemplate="true"
                                        DataKeyNames="AssetID">
                                        <NoRecordsTemplate>
                                            <div style="text-align: left; width: 100%">
                                                <asp:Label ID="lblEmptyMsg" runat="server" meta:resourcekey="lblEmptyMsgres"></asp:Label></div>
                                        </NoRecordsTemplate>
                                    </MasterTableView>
                                    <PagerStyle AlwaysVisible="True" />
                                    <ClientSettings EnableRowHoverStyle="true">
                                        <Selecting AllowRowSelect="True" />
                                        <Scrolling AllowScroll="True"></Scrolling>
                                        <ClientEvents OnGridCreated="GridCreated" />
                                         <ClientEvents OnRowSelected="RowSelected" OnRowDeselected="RowDeselected" />
                                    </ClientSettings>
                                </telerik:RadGrid>

1 Answer, 1 is accepted

Sort by
0
Tsvetoslav
Telerik team
answered on 23 Oct 2012, 03:29 PM
Hi Sam,

That's not reproducible on my site. I guess you have some custom implementation but it's difficult to say what exactly the problem might be. Please, open up a formal support ticket and send a runnable project for us to debug. Thank you.


Greetings, Tsvetoslav
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
General Discussions
Asked by
Sam
Top achievements
Rank 1
Answers by
Tsvetoslav
Telerik team
Share this question
or