onFilterEnd event

Hi there,

After select the filter value at the grid header, I would like to set up the value of the check box value as false. But the following code does not work. Could some someone help me out?

			myGrid.attachEvent("onFilterEnd",function() {
				alert("myGrid_doOnFilterEnd");
				myGrid.clearSelection();
 				if (document.getElementById("selectall").checked == true) document.getElementById("selectall").checked = false;
			});

Thanks.

Boa

Unfortunately the issue cannot be reconstructed.
Your code works well for us.
If issue still occurs - please provide any kind of sample to reconstruct the issue