Did anybody ever resolve this? From what I can see, it's actually a Mircrosoft/Ajax issue. When using ClientIDMode="Static" on a master page, Ajax is ignored and a full postback occurs, it happens for lots of different controls. My solution was just to use ClientIDMode="AutoID" on the control itself.