Filter menu is not in line with the filter button

On some page where I use autofilter, when I click on the filter arrow, the filter menu appear far away from the filter arrow.
Is there some fix for this?
I'm using version 1.9.4.1

Hi,

What version of IE are you using? We test the autofilter feature and it is ok. I think that it is a XHTML setting issue. Please check that if your aspx file contains this line:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

If it does, please ensure the GridWeb.XhtmlMode is "True". Otherwise the GridWeb.XhtmlMode should be "False".

thanks, your pointer solve the problem.