RadioButtonList和FCKeditor放到UpdatePanel中刷新有关问题

RadioButtonList和FCKeditor放到UpdatePanel中刷新问题
页面上有两个FCKeditor,然后下面是RadioButtonList
<asp:RadioButtonList ID="RadioButtonList1" runat="server" AutoPostBack="True">
  <asp:ListItem Value="0" Selected="True">1111</asp:ListItem>
  <asp:ListItem Value="1">3333</asp:ListItem>
</asp:RadioButtonList>
当点击RadioButtonList的选项时,FCKeditor就会刷新,页面上我已经放了UpdatePanel了,但是不管用,我知道是因为那个AutoPostBack="True"的原因,除了用js的方法,有没有其它的解决办法,让FCKeditor不刷新?


------解决方案--------------------
触发事件呢?