Hi I am using WARP panel in which I have some text boxes those text box use to enter zipcode,phonenumber and date so I am using masked editor control of ajaxcontroltoolkit to provide rich interface to the user now my problem is when page load for first time ajax controltoolkit controls work fine but when async postback happens no control of ajaxcontrol toolkit works weather it is masked editor or validationbaloon control which shows ballon besides unvalid textbox so can you please help is this infragistic bug?
NOTE: if I replace WARP to .NET UpdatePanel everything works fine
Viktor comments on the topic of using WARP vs. UpdatePanel in this post:https://es.infragistics.com/community/forums/f/ignite-ui-for-javascript/64732/where-is-infragistics-web-core-framework-mvc-located#64732
hi ,
Thanks for reply but this not what I am looking for I want to know why WARP disable AJAX control toolkit controls inside it after asyncpostback.
As Viktor notes in the linked thread, WARP is not compatible with the ASP.NET AJAX toolkit. The two use different AJAX architectures that do not and cannot cooperate with each other. We recommend that you use UpdatePanel in place of WARP in this scenario.