Browse By Tags

  • Handling a Session (Cookie) Timeout with WebAsynchRefreshPanel

    I use the WebAsynchRefreshPanel extensively in my webapplication. The problem occurs when

    a session (or cookie) reaches the timeout. The WebAsynchRefreshPanel puts out an asynch request

    to the server but it gets no response and tries this for the about…

  • AJAX in SharePoint Web Part :: People Picker no more working

     Hi,

     I am using the WebAsyncRefreshPanel inside a SharePoint (WSS 3.0) Web Part and more precisly in a Custom Field.

    I have in my Web Part my Custom Field and a UserField with the People Picker.

    After the AJAX event is fired and corrrectly handeled, the…

  • Trigger asynch callback from custom Javascript

    Is there a way to make asynch callback as oppose to full postback?  The trick that works with AJAX panel - imitate click on invisible link button like that:

    __doPostback('Panel1$someID','someValue');

    doesn't seem to be working with WARP…

  • howto combine WARP and other ajax using processes

    Hello,

    I use .NET ajax callback mechanism (System.Web.UI.ICallbackEventHandler, GetCallbackEventReference/RegisterClientScriptBlock pair in .NET)  to make some computation update UI smoothly.. and not to use full postbacks.. besides the activities some…

  • AddLinkedRequestTrigger not working with WebAsyncRefreshPanel on UltraWebTab

    Can anyone show me how to make it work.  What I want to do is to update the Label2 with the latest time and refresh (async) the WebAsyncRefreshPanel1 at the Button2_Click event.  So, then, Label1 is refreshed with the same timestamp as Label2.  The problem…

  • No Image Button Click Event

    Hi all,

    Scenario : One Image Button on a User Control. The UserControl added Server Side into a Async Refresh Panel. Click the Button -> Event not rised !?

    I have the same Problem with a Web Combo and the 'Selection Changed Event'...

    What…

  • WARP Panel ability

    Hi ,

    I am new to WARP panel. I am migrating one ASP form to .NET. In old ASP page 4 frames were used to handle on click functionality of the WebGrid located in one frame, because on every row click a new page opens in another frame. I don't want to use…

  • Functions ig_getWebControlById & $find only find Warps

    I need help with getting my client side objects into variables.

    On the onload event of the html-body I call a delayed (1000ms) function that loads my different IG controls into a global variable. Either way I try to load the objects with ig_getWebControlById…

  • WARP + Ajax Control Toolkit

    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…

  • Export Chart from WARP

    I have a WARP panel containing an web chart control.  On page load the chart is populated from a webservice.  I simply want to export this chart to PDF using the document exporter.  My export button is ouf of the WARP panel but when the button is clicked…

  • WARP Slow completeing

    I have a WARP Panel arround my page to capture the postbacks, and overall it is workign as expected. But since I use all Infragisitic controls on the page, it seems to be running the PreRender of all the controls on the post back of the WARP.

    Also,…

  • How to get async callback instead of full page postback

    I have a drop down list to choose which chart to display.

    When I choose a chart - the whole page is rerendered instead of just my warp!?

    How to achieve that just warp refreshes? Any idea?

      <asp:DropDownList ID="ddl_ChartNames" runat="server" AutoPostBack…

  • Issues with ScriptManager.RegisterClientScriptBlock inside Formview in Infragistics Ajax (WebTab / AsyncPanel)

    Well, the title's fairly decriptive. I'm using Visual Studio 2008, the 3.5 version of the components and C#. The issue I'm having is that the ScriptManger.RegisterClientScriptBlock command isn't putting my script block into the HTML page after an asynchronous…

  • Grid Rows Clear After 2nd WARP Refresh

    Odd behavior here.

    On one page, I have 4 grids.  Call them grdMaster, grd1, grd2, and grd3.  Each of the last 3 grids has their own WARP control (wrp1, wrp2, wrp3).  When a row is changed on grdMaster I execute:

    wrp1.refresh();
    wrp2.refresh();
    wrp3.refresh…

  • Webpanel wrapped in Web Asynchronous Refresh Panel doesn't work in IE7

     Hi, 

        I'm having  a Infragistics WebPanel wrapped inside a WARP. It works well with IE6 but Webpanel doesnt seem to work asnychronoulsy in IE7. I'm having 7.3 version of Infragistics. Is there any hotfix for this? Any help would be appreciated.

    Thanks…

  • CONTEXT MENU NOT WORKING INSIDE WARP

    STEP1: I have a tree view(TreeView1) inside WARP1

     STEP2:I create a new context menu(popup menu) and put it INSIDE the same WARP1.

    PROBLEM1: The context menu is not able to detect clicks on it properly.

    STEP3:  Run the script window.showModalDialog inside…

  • DATAGRID NOT WORKING INSIDE WARP FOR XML LOAD ON DEMAND

    I have a data grid inside WARP,

    I have written the code for data binding inside InitializeDataSource function.

    I enable ajax and select xmlloadonDemand = synchronous.

    the data grid is not displaying any data and is blank.

    Please help, very urgent…

  • Had to copy WebDataInput DLL to SharePoint site for WebAsyncRefreshPanels

    I had to add "Infragistics2.WebUI.WebDataInput.v7.1.dll" in the Bin directory of my SharePoint site before my web part would show up.  My web part contained four linked WebAsyncRefreshPanels.  I did not have to have that DLL as a reference in…