Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
'__doPostBack is undefined' error getting for Item_Click of WebDataMenu in Internet Explorer 10
posted

Hi, 

On Item_Click event of WebDataMenu, we are gettting Javascript run time error at __doPostBack(this._id,evtName+(args._getPostArgs?args._getPostArgs():""))

as "SCRIPT5009: '__doPostBack' is undefined" while runnig in Internet Explorer 10.

Please find code for refernce, 

<ig:WebDataMenu ID="popupMenu" runat="server" OnItemClick="popupMenu_ItemClick">               

<Items>

<ig:DataMenuItem Text="Expand All">

</ig:DataMenuItem>

<ig:DataMenuItem Text="Collapse All">

</ig:DataMenuItem>

</Items>        

</ig:WebDataMenu>

Please provide solution for this issue ASAP.

 

Thanks

Ramya