Browse By Tags

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

  • client side databinding

    Hello,

    I am using Ingragistics 6.2 and I need to bind the web grid from client side javascript. I saw there is a feature call loadondemand using XML which I havent tried. My requirement is, I have a collection object from AJAX webservice which I need to…

  • UltraWebGrid and doPostBack

    Hi,

    I am using the UltraWebGrid inside an UpdatePanel on my page and I am getting numerous Javascript errors after I call the __doPostBack function from a client-side event handler. The grid works fine beforehand, but after the function is called many…

  • WebGrid Client Side Add Row

    I'm trying to use client side JavaScript to insert and delete rows from a WebGrid.

    For instance, to delete, I run this script (partial  and it deletes the selected rows from the table.

        function DeleteRows(gridId, deleteColumnPosition)
        {
            var grid = igtbl_getGridById…
  • Ultrawebgrid Javascript resource

    Is there a central repository of Javascript functions and knowledge for the UltraWebGrid?

  • CSOM resize() function not working in 2008 Vol.1 !?!?!

    Hi All,

     I just upgraded to version 8.1.20081.100.

    I used the Project Updgrade Utility to upgrade my project. Now I get a JavaScript error  when using the resize() function of the grid on clientside. The error occurs in ScriptResource.axd on line 6485 at…

  • Webgrid HeaderClick_Handler(gridName,HeaderId,MouseKey)

    hi,

    how can i handle value return by clientside function

    function HeaderClick_Handler(gridName,HeaderId,MouseKey)

    {

    HeaderId = HeaderId.substring(HeaderId.lastIndexOf(
    "_")+1);

    //alert(HeaderId)

    if(HeaderId=="5")//for header after…
  • 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…

  • Retrieving Selected Rows On the Client

    I'm using an UltraWebGrid to display a set of data.  The grid allows users to select multiple rows.  I would like to know if there is a way to retrieve the selected rows on the client-side using javascript.  I saw that there is a javascript method to set…