Browse By Tags

  • XML Load-On-Demand child row click event

    I have a 7.3 UltraWebGrid bound to a two-table hierarchical dataset. It loads and works fine, i.e. the parent rows load first and when you click to expand a parent row, it then pulls down and loads the related child rows. Here is my question: When I click…

  • event.srcElement.id doesn't work in FireFoix - AfterRowTemplateClose Event

    Hi,

    I trying to find a answer to this.

    I am using the AfterRowTemplateClose client event and tried to find out which button that trigger it using

    if( event.srcElement.id == "igtbl_reOKBtn")

    It works fine in IE, but I know it does work in…

  • Google Chrome & UltraWebGrid. Compatible or Not?

    I've got a problem. One of the datagrids a website which I am developing, doesn't show any rows >ever< when viewed under the new Google Chrome browser that was released earlier today.

    Has anyone else noticed any inconsistences with the Infragistics…

  • Ultrawebgrid Filter on Checkbox Column

    Hi,  I have a grid with all text columns but one.  I have filtering enabled and it works for all of the text columns, but it does not work for the checkbox column.  The checkbox column is of type boolean.  How can I get the checkbox column filter to work…

  • ValueList in a specific cell and column?

    Is it possible to dynamically create a valuelist in a specific cell and column?

    Thanks.

  • Making UltraWebgrid rendering faster

    I have Infragistics UltraWebGrid and other 30-40 simple HTML controls in
     one update panel (of AJAXControlToolkit.) We are using net 2.0,
    Infragistics 9.1 version and browser used is Internet Exploer 6.0.
    On postback (caused by any control inside…
  • DataSource Class within a Class what to put in the Key field for bind

    Hi,

    This is my class structure.  How do I reference the Name property of the Details class, it currently fails and throws a javascript error with no data in the Name field.  Forgive my syntax if it's incorrect as this is an example that follows the concept…

  • Javascript error in UltraWebGrid

    I am using NetAdvantage for .NET 2008 Vol. 1 CLR 2.0. I am getting an javascript error occationally when a edit operation is done in the UltraWebGrid.

     

    I get the following error

    "Object doesn't support this property or method"

    in the…

  • Filter Frustration

    It would seem that too many choices are just as bad as not enough.  Getting the filtering in the WebGrid to work seems to be some arcane combination of property settings and event handling code but the array of choices is just bewildering.  I've tried every…

  • sorting in ultra web grid

    Hi guys,

    I have a  ultra web grid which has 4 columns , i want it sort  the content based on first column.

    I wrote the following code in my ultrawebgrid_initializelayout()

    {

     

     

    e.Layout.Bands[0].Columns.FromKey(

     

    "NTUserID").SortCaseSensitive…

  • HOWTO: Hierarchical checkbox selection with an Infragistics UltraWebGrid

    I couldn't find any guide on how to enable hierarchical checkbox selection in the UltraWebGrid (checking a checkbox in a parent row checks the boxes in its children rows), so I made a blog post about it when I was done.  Check it out if you need the…

  • Web Combo Value in Web Grid Cell

    Hi folks,

    I have a WebGrid set up with a WebCombo as a cell editor so that a user can select a value from the drop down to populate the cell value. I have type ahead set up on the WC and it has been working well.

    If you try and type a value that is…

  • ASP.NET UpdatePanel and Timer Interfere with WebGrid

    Hi.

    I have an interesting issue.  I have an ASP.NET UpdatePanel on the page with a Timer in it that posts back every 15 seconds.  Separately (outside the UpdatePanel), but on the same page, I have an editable UltraWebGrid.  There is also a 'Save' button…

  • Grid Navigation and Shift-Tab

    Hi.

     I'm trying to override the default navigation using the KeyDownHandler client event.  I want to skip over those columns or cells that are not editable when the user presses the arrow keys or the tab key.  I am able to handle the left and right arrows…

  • 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 IsBound not effective

    Hi,

    I'm finding that when I set the datasource of my webgrid to a DataSet (or table in that DataSet), the fixed columns I created are being ignored, and only AutoGenerateColumns = true returns any data.

    If however I set the datasource to a LINQ…

  • UltraWebGridExcelExporter: Include an Image in Exported Spreadsheet?

    I'm exporting an UltraWebGrid to Excel using the Excel Exporter. It works great, but now my customer would like to insert the company logo onto the spreadsheet. Is there any way to do this? I've been looking through the docs and forums and haven't seen…

  • WebGrid sorting happens occasionally

    I have placed ultra web grid inside WARP.

    When I click the headers to do sorting, the sorting is rarely happening.

    The sorting does not occur for each click prompty.

    I tried to set the following property of UltraWebGrid :

    Display Layout -> Allow …

  • UseFixedHeaders and automatically sizing rows at the same time?

    (Sorry about the crosspost, folks...I put the first one in the wrong place.... Embarrassed)

    I'm using UltraWebGrid from NetAdvantage 2006 Vol. 1.

    I'd like to use the UseFixedHeaders switch to keep the column headers on the screen when the user scrolls down…

  • Delete a row in Ultrawebgrid should reflect to database

     hi,

     I am new to Infragistics. I have WebGrid in which I can delete a row but it is not at database level.

    I want that when user deletes a row that should reflect in the corrosponding table of database.

    how can i do this?

    Thanks .

  • XMLLoadOnDemand Problem!

    Hi,

     I have a WebGrid, that's using XMLLoadOnDemand. It's set to Virtual. On my local everything is working fine.

    But a problem comes up on PROD server.

    It seems, it's acting like "Accumulative" loading instead of the "Virtual" that i have specified…

  • Having trouble sorting a DateTime Column...

    Hi,

    I've got a grid with several alpha-numeric columns that sort fine, but the DateTime column does not sort correctly.  When you click the header it will change the order of the rows but it is not it any logical order.  It's funny because it seems…

  • context menu on cell click

    I need to show contextmenu on cell click.

    Contextmenu depends on cell column.

    After user select menu item, show different image inside the cell.

     Can someone help?

    Thanks

     

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

  • Design: Webgrid height differs between Firefox and IE

    Hello.
    Maybe you can help my company with this problem:

    We are using Ultrawebgrid and noticed that the design is different in Firefox, than it is
    in IE. We changed the height in the Displaylayout/Framstyle (f.e. 105px) and put the grid
    inside a div that…