Hi akhter,
Set the CheckBox Checked property to true and Enabled property to false.
This will set default check on all rows in GridiVew and can not uncheck CheckBox.
<asp:CheckBox ID="CheckBox1" runat="server" onclick="Check_Click(this)" Checked="true" Enabled="false" />