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
70
Catching an event from a datagrid outside the warp doesn't work well
posted

Hi,

 

I have an issue about catching some events from a DataGrid outside a warp.

While the warp works, it is fine (except rare cases). But after I do a javascript

warp.setTimer(0);

thanks to a server side

Infragistics.WebUI.Shared.CallBackManager.AddScriptBlock(this, warp, "WARP_Stop();");

, if I trigger the events, I only have a PostBack which doesn't trigger anything.

Is it due to the use of the IG callBackManager ? How should I proceed to stop and start the warp properly then ?

Thanks in advance if a warp specialist can help me.

Vince