$(document).ready(function () {
$("#<%=GridView1.ClientID%> input[id*='CheckBox_Header']:checkbox").click(function () {
if ($("#<%=GridView1.ClientID%>input[id*='CheckBox_Header']:checkbox").prop('checked') == "true")
$("#<%=GridView1.ClientID%> input[id*='CheckBox_row']:checkbox").prop('checked', false);
else
$("#<%=GridView1.ClientID%> input[id*='CheckBox_row']:checkbox").prop('checked', true);
});
within gridview not working properly
Thank You...
Laxmidhar SahooPosted Apr 20, 2019, 8:40 AM
Er Atul GangwarPosted Apr 18, 2019, 1:02 AM
Amit KumarPosted Apr 18, 2019, 12:02 AM
Er Atul GangwarPosted Apr 17, 2019, 3:02 PM