Browse By Tags

  • Hide WebDialogWindow close using JavaScript

    hellow,

    I have an issue with closing a WebDialogWindow using a JS code.

    so for showing the dialog, I'm using the following vb.net code:

    WebDialogWindow9.WindowState = Infragistics.Web.UI.LayoutControls.DialogWindowState.Normal

    the above code works…

  • Infragistics Ultimate: H2 2020 Roadmap

    2020 is almost complete so I thought it would be a good idea review where we are at today and where we are headed for the rest of the year for our design and developer tools in Infragistics Ultimate.

    As we build out the platforms that we are delivering…

  • Clearing MS Validation Controls When a RowEditTemplate is Closed

    Anyone aware of how to get all of the Validation Controls for a RowEditTemplate Reset when a user clicks the CANCEL button? Currenlty the validators keep their state when a user clicks cancel and then returns back to the RowEditTemplate again. Therefore…

  • UltraWebGrid - generated javascripts, events don't work in Opera

    Hi

      I've tried to find some topic over here about this problem, but I've found nothing.

    I have problem, that UltraWebGrid events don't work, when I test application in Opera browser ( last version btw )

    In my grid I have Checkbox column…

  • Change cell color

    I am validating the cell value in the grid.If the value not available(null) then the cell background color needs to change.

    The below code working only for odd rows, for even rows the cell background color is not changing.

    Is there any other way to…

  • WebGrid with checkboxes (again). With grouping bands this time

    Given: webgrid with 2 grouping bands, headers displayed for each. Typical view:

    HEADER 0

         - row0 (band 0) [expanded]

               HEADER 1

                     row0 (band 1)

                     row1 (band 1)

          + row1 (band 0)

          + row2 (band 0)

    The problem:

    1) show checkbox column on postback (like…

  • UltraWebGrid - UpdateRow / UpdateRowBatch and Paging

    Hi,

    I'm using the UltraWebGrid, using LoadOnDemand="Xml" for async postbacks.  I have a datatable I keep in the codebehind that I populate when the user requests the grid be filled.  When generating the table, I add a boolean column directly…

  • Have page load run everytime modal window is opened.

    Hey Guys,

         I have an ultrawebgrid on an aspx page.  I've tried this with a link column and with a templated column with link buttons. Here's the situation:

    The links or buttons (whichever) has a ClientScript.RegisterStartupScript statement that…

  • igtblGetGridById not found! from page that uses a Master page

    I am trying to write some very basic javascript that retrieves an ID from the selected row (active row) of a WebGrid.

    My page has a master page (which may be cohntributing to my issues)...

     

    here is the content in my page (at least the script)

    <asp…

  • Suggested approach for handling drag/drop operation with a WebGrid

    I'm trying to figure out how I should handle a drag/drop operation.

    The source will be a tree node and the destination will be an Infragistics WebGrid.

    Can anyone suggest the way I should go about this.  I'm using VB as the code-behind.  However…

  • UltraWebGrid JavaScript Wrong Version

    Can someone help me figure out why this is happening?

    I have upgraded from 5.1 to 6.2 and have patched 6.2 to work with IE7.

    The javascript files loaded are the ones from the 5.1 version, and are causing errors.

    Here is the UltraWebGrid registration…

  • How to get the value of a cell in a webgrid using javascript?

    I have a web grid with radio button as a template column.

    On the click or CheckChange of the radio button, i need to get the value of a cell in the particular row in the web grid and populate a hidden field with the value. How can this be done using…

  • Javascript to access bands in InitializeLayoutHandler

    In client-side javascript, in the InitializeLayoutHandler, I need to make either column 3 or column 4 in band 1 hidden, depending on if the value of column 2 is "dropdown" or "text".  Infragistics provides a sample (the link below)…

  • Javascript Error in Version 8.3.20083.2039

    Every attempt to edit a gridcell containing a dropdownbox shows the following errormessage:

     cStyle is undefined
    http://dev:8081/WebResource.axd?d=y5sNjaUn08fM5vmbZh5LFsUDYpllPOqC6PSRSKBTrKwcp4_8oRj0xkBSgbKNMmHaHk7e8VKMIu7sAOZ4X_y8L1zqLZa5schBTAQ3PohiS7SMDNFyKmHHNj7qO15Lfmb_u6MbdYtLc3FNDDKWL9HekVAOeYhD8wjS3wRNDEjJqoE1&t…

  • Webcombo in WebGrid doesn't show when using cell.beginEdit() in FireFox

     Hi All,

     I have come across a problem in firefox. I have a webgrid with webcombo on a page, (ajax enabled and uses update panel) I have also added the webgrid CellClickHandler on client.

    Basically, if a user first click on a cell, another webgrid on the…

  • Filter UltraWebgrid client-side with no AJAX or Postback

    I have been searching for a way to filter my web grids and combos using javascript and not doing a postback or using AJAX to hit the server again.  I was not able to find anything.  My goal was to filter a grid based on the value chosen in a combo box.…

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

  • Mouseover CPU Spike - client-side performance issue

    I'm experiencing an issue where my ultrawebgrid appears to be processing a lot of javascript overhead when i move a mouse cursor over it after rendering; the CPU spikes up to the 90% region almost immediately on the client machine.  I've already disabled…

  • How to create a dynamic webdatechooser in Javascript...

    A fairly urgent issue / question:

    I am currently creating a dynamic table in Javascript that has changes it's editors (i.e. drop down list, check box, text box etc) depending on selected choices the user makes (i.e. if they select an item from the list…

  • not able to hide WebDateChooser using css- visibility : hidden

    Hi,

    I have a HTML  table in which I have a webDateChooser, and using a css class I am hidding whole HTML  table.

    My css contains visibility : hidden field. But every thing is getted hidden except the WebDateChooser control.

     Why this is happening?

     

  • How to check expanded mode of Node in Ultrawebtree using javascript

    Hi Guyz,

    THanks in advance for replying me.

    I want to check the mode of each node using javascript.I mean node is in expanded mode or collapse mode.Please let me know if any one have any idea about it.

  • UltraWebTree doesn't work in SP2010 dialog box

    Hi,

    I'm having an issue with using an UltraWebTree object inside a SharePoint 2010 Beta 2 dialog box.  Due to how SharePoint's dialog framework works, the tree is pulled out of the aspnetForm in the DOM whenever the dialog is opened.  To compensate…

  • WebTree's Node Check Box From ClientSide AddChild Method

    I am trying to add a checkbox to a node in the tree. The nodes are being added to the tree from the javascript.

     

    var loNewNode = loWebTreeNode.addChild("Node Name");

    How can I enable the check box from the client side (without inserting in…

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

  • tree.getNodeById not working

    I am using the Infragistics Build Version: 7.3.20073.1043 WebTree control. In the NodeChecked event handler, I'm using the client side getNodeById function of the tree control in the javascript. My code is as follows:

    function folio_NodeChecked(treeId…