Browse By Tags

  • TemplateColumn with row level editability

    I recently posted a problem related to Template Columns and how to access row data in a webimagebutton command argument. I also came across another problem in the application I am building where I had a grid with a set of buttons: Edit, Archive, and Delete…

  • Scrolling Issue: Scrollbar position stays in the middle when last row is selected

    I use WebData Grid in my application, in some reason my scrollbar stucks in the middle of webdata grid and I dont know why. I use this js function

    function AfterRowActivate(gn,rowID)
    {
    var row=igtbl_getElementById(rowID);
    igtbl_scrollToView(gn,row);
    }

  • UltraWebGrid row selector image

    Hi,
     
    I’m using the UltraWebGrid and I want to place an image on the row selector.  I have two problems.

    1)       I am setting the image using the this.uxResults.DisplayLayout.Bands[0].RowSelectorStyle.BackgroundImage property however there doesn’t seem…

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

  • Error on client side delete of row

    This is my first experience using the UltraWebGrid.  I'm trying to delete a row from a grid using the row's delete button.  The grid is bound to a List collection.  Had trouble from the start.  I tried to delete server side in the button click event…

  • Can't get filtered row count

    I'm using 2007v2 in a SharePoint app.  I have a grid with one band and and rows within it.  When I filter the rows it works but I'm trying to figure out a way to get the filtered row count.  It always seems to the entire row set. I don't know why…

  • Row resizing does not work - WebGrid

    Hi,

    We switched to using the version 7.3.20073.1061 (Infragistics NetAdvantage 2007 Vol 3 CLR 2.0). Now the row resizing does not work. We have set the RowSizingDefault="Free" property for the grid but it does not work. With version 7.3.20073…

  • Maintain Selected Rows accross pages

    I am attempting to use UltraWebGrid (Version=7.3.20073.38) to display 1000+ rows (of which, 1 column will contain up to 25-50 characters) with Extended Row Selection and Keyboard Activation enabled. Because row selection is sluggish with 1000 rows in the…

  • UltraGridCell loses his focus in IE7

     Hello,

     I can't find any solution for my problem:

    On my page a button ("ButtonAuswahl") allows adding a new row in an ultrawebgrid and input data in the 3rd cell of this row. After clicking this button the new row appears and the cell is activated and…

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

  • Row Updating problem

    Hello,
    for my new application, i use this example :
    http://samples.infragistics.com/2008.1/webfeaturebrowser/default.htm
    [Grid - WebGrid] -> Editing data - Row Updating.

    When i wrote only one row and i submit the form, it works fine.
    But if i add two rows…

  • add a onmouseover handler to a row in a webgrid on the client side

    I'm trying to change the background color of a row in a webgrid onmouseover on the client side. Is there a way to do this.

    Thank you.

  • Sorting Columns and Row Index

    Hi.

     After sorting a column by clicking on the header, the row index property isn't updated to reflect the new order.

    I have an ultra grid with a user name column and a textbox where the user may type in a username to search for.

    On the ultragrid…

  • AfterRowActivateHandler - how to print cell value

    Hi,

     I want to handle AfterRowActivateHandler event of Webgrid, using this how I can get value of perticular cell of selected row.

    Thanks,

     

  • Header and row styles

    I have setup a grid with separate css classes for Row, AlternateRow and Header. In these i set different background colors. I am finding that the header color is being overridden by the row color. Why would this be and how can i get around it? I have…

  • Expanded and getExpanded() are undefined

    Anyone know why the CSOM for a row in a hierarchical grid generates undefined for row.Expanded and row.getExpanded()? The row is expandable (row.Expandable reports true).

  • ActiveRowChange & SelectedRowsChange - If I register these events, the row get deselected

    Hi,

     I'm using Infragists WebGrid version 2007 (vol. 2).

     I'm updating several text boxes with the content of the selected line of a grid view.

       To make this I did the following:

    - Registered the event SelectedRowsChange

    - Set the row selection mode…

  • AJAX Enabled - Sort no longer works?

    Hi,

     I'm using Infragists WebGrid version 2007 (vol. 2).

     I set the webgrid to be ajax enabled, and now the sorting no longer works, must I do any extra work to make this work properly?

     

     Thanks,

    Luís Miguel Pinho 

  • Set different BackColor for each row selector?

     In an UltraWebGrid, it appears that there is no way to set each row's selector to it's own BackColor.  Whatever is the last BackColor set is what they all are. I tried both "row.Band.RowSelectorStyle.BackColor" and "row.RowSelectorStyle.BackColor…

  • RowEditItem not showing on second edit

    Hello,

     I have a slight problem using UltraWebGrid. I am using version 7.2 of the controls.

    I have a WebGrid on a page, columns defined on the datasource and i set the grid to only edit through the RowEditTemplate. I have made a custom control to display…

  • How to add values to hidden fields

    Hello - I'm new to the WinGrid control.  When adding a new row, I need to manually add values to hidden cells.  How can I do this?

    I tried accessing the cell and assigning the property on the BeforeCellUpdate event, but I get an error: 

    private void
  • use own IEnumberable datasource

    Hello!

    I use a Ultrawebgrid with XML-load on demand and a RowsRange of 30

    Because of bad performance with 30000 rows, i made my own IEnumberable datasource for returning only the rows i want. But there is another problem: the ultrawebgrid fetchs every single…

  • Copy of webgrid row with checkbox column not working

    Hi, I've edited my original message to make it easier to read and updated it to my current situation so please ignore my 2 subsequent posts.

     

    I've added a checkbox column with select all checkbox header to my webgrid as per this forum post http://forums…