Posted on: 8/23/2014 3:56:16 AM | Views : 381

I'm using GridView from DevExpress. This is the ASPX Code
<dx:ASPxGridView ID="grid_JobNotice" runat="server" AutoGenerateColumns="False" ClientInstanceName="grid_JobNotice" KeyFieldName="JobNoticeId" OnCustomJSProperties="grid_CustomJSProperties" DataSourceID="sds_JobNotice"> <Columns> <dx:GridViewCommandColumn ShowSelectCheckbox="True" VisibleIndex="0"> <HeaderTemplate> <dx:ASPxCheckBox ID="cbAll" runat="server" ClientInstanceName="cbAll" ToolTip="Select all rows" BackColor="White" OnInit="cbAll_Init"> <ClientSideEvents CheckedChanged="OnAllCheckedChanged&qu ...

Go to the complete details ...