Issue seems to be caused by 'EnablePartialRendering' on the master page. Removing this property, it works fine.
<asp:ScriptManager ID="scriptManager" runat="server" EnablePartialRendering="False"
LoadScriptsBeforeUI="True" />
Is there any way to remove/override this property just for the control where I am having issue?