Infragistics Home

Infragistics Forums

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

Browse by Tags

All Tags » hierarchical grid (RSS)
  • No intermediate columns

    Hi, I'm trying to style XamDataGrid to show only column headers in the very top and no headers for the expanded children. The view will be like TreeListView then ( http://blogs.msdn.com/atc_avalon_team/archive/2006/03/01/541206.aspx ). I havent managed to do this yet. Thanks for your help. Stefanie
    Posted to Forum by stef3004 on 08-18-2008
  • Two silbling sub-levels?

    Hello everybody. I need to build a UltraWebGrid with at least two sibling sublevels, bound to a complex business object array. A hierarchy example could be: - Customers (Id, name, adress, etc.) - Invoices (Invoice#, date, amount, etc.) - InvoiceDetail(Item#, Qty, unit price, etc.) - Payments (Payment#...
    Posted to Forum by rhugo on 07-21-2008
  • Achieving 3 level hierarchy

    My problem is this. Say, I got a list of customer, who inturn will have list of orders. Each order will have orderdetails list inside it. I want to display the above information in a hierarchial fashion. The solution has to look like this. Customer Order OrderDetails. I created a typed dataset with customer...
    Posted to Forum by itsEd on 07-16-2008
  • HighlightAlternateRecords behavior with a hierarchical data source: Both 2007.2 and 2008.1

    Hi, I'm using an object data provider for a BindingList collection of objects with a nested BindingList object i.e. 2 level hierarchy. I've specified HighlightAtlernateRecords = True on the FieldLayoutSettings of the FielLayout for the Parent level of the hierarchy only. When rendered with the...
    Posted to Forum by wildough on 07-02-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
  • UltraWebGrid with HeirarchicalData problems

    ok, I have 4 ultrawebgrids (one per tab). only the first one is bound with the HeirarchicalData. I am getting several issues with this that are not showing up in the other grids/tabs. on the first page load, NO data is showing in the grid, if I go to another tab,and come back, the data is there. paging...
    Posted to Forum by bjlarsen on 06-25-2008
  • How do you flatten hierachical data into a single row?

    As in: class Customer { List<Orders> Orders; string Name; } class Order { string Product; decimal Price; } If I want a single row that looks like below, with NO drilling, simply spanning. Customer | Orders ------------------------------ Jon Doe | Plasma TV | $999.00 | DVD Player| $399 --------...
    Posted to Forum by steven_pack on 06-25-2008
  • Hotfix from 1000 to 1007 broke IsExpanded

    DataRecord dataRecord = (DataRecord)dataGrid.Records[0]; dataRecord.IsExpanded = IsExpanded; I set the IsExpanded property in the data record when I load a setup file. It used to work but now it just shows it is expanded with no children. I have to unexpand and then reexpand to show the children. Am...
    Posted to Forum by mulhollandj on 06-24-2008
  • HeaderStyles in a Hierarchical WebGrid

    Hi, I got a webgrid set up as a hierarchical view, with 4differents bands in. I would like to apply different HeaderStyle to each band header. But it doesn't work. I tried differents combination: Delete the HeaderStyleDefault setting, and apply styles on band declaration in the aspx, but with that...
    Posted to Forum by xeyl on 06-12-2008
  • [URGENT] Multiple FieldLayout's with one header

    Hello, I'm trying to achieve something like this: <FieldLayout> ... <Field Name="Id" Column="0" RowSpan="3" /> <UnboundField Name="Size0" Colum="1" Row="0" /> <UnboundField Name="Size1" Colum="1"...
    Posted to Forum by pszturmaj on 06-06-2008
Page 1 of 3 (30 items) 1 2 3 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems