Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » bands (RSS)
  • Ultragrid DISABLE hierarchy

    HI, I have a grid I'm using to display a collection. Each row in the collection is of type Product. There's a property call RelatedProducts which which is a collection of Products. This seems to cause the WinUltraGrid problems.. it tries to discover band information,stops at 100,and no longer...
    Posted to Forum by ajj3085 on 07-29-2008
  • UltraGrid performance problem

    Okay, I'm having a problem where code concerning a Grid is running much more slowly than I find reasonable. I have a grid with two bands: band[0] rows MAY have a child record, and if they do then a (Band[0]) checkbox must be checked to signify that. When saving, I must verify that any row with the...
    Posted to Forum by MatthewGivens on 07-28-2008
  • Child Bands become null when changing from Flat to Hierarchical data in a Hierarchical Grid

    I am using UltraWebGrid 2007 version 3. The View Type is set to Hierarchical in the design mode and I have designed my Bands at Design time. The data source can be either flat or hierarchical . When I bind a Flat data, teh Grid displays it. But when I bind the Grid again with Hierarchical data after...
    Posted to Forum by venkateshh on 07-14-2008
  • Can't bind UltraWebGrid to Hierarchical Business Object (from SubSonic)

    We're having an issue with the UltraWebGrid. I have datasource objects created using SubSonic. Let's say the parent and child are related on the property pA (I exclude all the "get/set" code for purposes of brevity); Public Class Parent { public int pA; public int pB; public ChildCollection...
    Posted to Forum by silverfox1948 on 06-26-2008
  • Re: Is there anyway to get the grid to expand a group by header by itself

    I'm not sure if I understand your question correctly but if you're trying to expand all rows from the top level Band only, you need to call ExpandAll method on that Band: UltraWebGrid1.Bands[0].ExpandAll(); Regards, Nick
    Posted to Forum by nikola82 on 06-19-2008
  • Web Grid different drop downs lists on different bands

    Hello, I have ran into the situation where I have a hierarchical web grid with 2 levels. The first level is a single column with company names. The second level has several columns one of them is name. I have changed the name column to be a drop down list. This list is a list of employees for that company...
    Posted to Forum by mccarthypat on 05-27-2008
  • Can I get to the children of a selected row, if the selected row isn’t expanded?

    On the clientside, I want to access the data of the child rows under a select parent row. In an AfterRowActivateHandler function I can get the data by doing something like the following: var currentRow = igtbl_getRowById(rowId); ... currentRow.Rows.getRow(0).getCellFromKey('FactorText').getValue...
    Posted to Forum by Golf101 on 04-21-2008
  • Re: How to provide the pager to the band level data

    Thanks Rumen Stankov Actually I need paging at band level. This <Pager AllowPaging="true" PageSize="3"></Pager> is at the grid level. Can I get it inside the band region?
    Posted to Forum by 281644 on 04-18-2008
  • How to provide the pager to the band level data

    I am using infragistic Hierarchical grid. Some parent rows has lots of child rows. While rendering those child rows, it takes long time. Can I provide paging to the child level data i.e. band(1) level data?
    Posted to Forum by 281644 on 04-18-2008
  • Re: Picking which DataTables to Show in the UltraWebGrid

    elamberton, Along the lines of WombatEd, here is a concept to try... Since you can pre-fill a WebCombo with the names of the two/three/four/... potential child tables you should be able to drive your active relationship off that selection. It is obvious you can do so using a WebCombo not attached to...
    Posted to Forum by BOGHRD on 04-05-2008
Page 1 of 2 (20 items) 1 2 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems