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…

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

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

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

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

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

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

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