Browse By Tags

  • Managing WebGrid Data from JavaScript/Ajax code

    I am working on a project that I need to use the Infragistics WebGrid control for some lists of data. I am loading the data on the client-side using JavaScript for display on a Map, and then I need to display that same data within multiple WebGrids. All…

  • WebTree expand and collapse in Conditional Update Panel

    I have two web trees in a page. One of the trees is inside a conditional update panel. The other tree is placed outside the panel. When the page loads for the first time every thing works fine. But when the conditional ajax update panel is updated, the…

  • Clientside cell updating data problem

    Hello,

     I am using a webgrid with subbands and a RowEditTemplate to edit a subband. I'm doing the recommended clientside script to fill the edittemplate and write it back to the corresponding row, so far this all works fine.

    The problem is that when…

  • WebDateChooser ==> IE7 : Cant Init script for webdatechooser

    Using : .NET Vol 3. for 3.5

    The webdatechooser in on a webpanel. The webpanel resides in an UpdatePanel. No code was added for the control yet. I just wanted to see what the control looked like with the style presets....

    Unfortunately, IE states "Cant…

  • 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…

  • 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…

  • 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…

  • 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…

  • jQuery Mobile Controls by Infragistics

    With the jQuery product Infragistics envisioned business intelligence and data visualization across a range of platforms, not just one – more like every single one of them. Built on popular and largely supported HTML5 and jQuery UI and striving to provide…

  • jQuery Grid Checkbox Column alternatives (continue)

    This is the second part covering the topic of jQuery Grid checkbox column alternatives and/or custom implementations. A quick recap: the Checkbox column is a feature that provides default setup to turn Boolean values in the jQuery grid into checkboxes…

  • ASP.NET AJAX Hierarchical Data Grid Multi-Column Headers

    A multi-column header feature has been available thus far only for the flat data ASP.NET AJAX grid and I believe there’s barely anyone left wondering what that would do. Call it grouped headers, merged headers - aside from the obvious aesthetics having…

  • Ignite UI jQuery Grid Column Moving

    Ignite UI jQuery Grid with Column Moving feature. Dropdown menu visible on the shot.The Grid is one of Ignite UI’s bread and butter controls and its feature set just.. keeps growing! I guess that fact that Infragistics has done quite a few grid controls over the years helps. Ome of the latest additions is the The Column Moving feature…

  • HTML5 Report Viewer – Taking your Reports further!

    The NetAdvantage Reporting began as a tool that was meant to overcome limitations – namely, such of existing solutions heavily relying on Windows Forms designer and naturally restricting the area of usability among other things. It became the industry…

  • NetAdvantage jQuery Controls are Theme Roller Ready

    One of the core design principle of the NetAdvantage for jQuery controls were to make sure it honors the jQuery styling conventions. In order to do that, all the jQuery controls fully support the jQueryUI Theme Roller styles. This has a lot of benefits…

  • Getting Started with Outlook GroupBy in jQuery Grid

    In 2011 Volume 2, one of the most valued feature added to the grid is the Outlook GroupBy capability. This allows the user to grab a column header and drop it within the group by area, and the grid creates visual grouped rows that the user can then expand…

  • Understanding Mask Options in jQuery Mask Editor

    The jQuery Mask Editor control is quite useful when you are trying to accept a strict input from a user that contains letters, numbers in a specific order, case with length restrictions..etc. The property to setup the mask editor control to specify such…