Fix Header With CheckBox option like CheckAll

Fix Header With CheckBox option like CheckAll

pranaysonipranaysoni Posts: 23Questions: 2Answers: 0
edited March 2012 in FixedHeader
CheckAll is Work Only First Time When Page is load

$('input[type=checkbox]').click(function (event) { event.stopPropagation() });
var oFH = new FixedHeader(oTable, { "bottom": true, "zBottom": "2001" });
This discussion has been closed.