Workflow Soluiton

 View Only
  • 1.  Using Default GroupBy in GridComponent

    Posted May 15, 2009 10:55 AM
    You can use the grid component (Logicbase.Components.FormBuilder.InfragisticsComponents.WebGrid.GridComponent), you can allow the user to drag and drop a column to do a group by.  However, is there a way to automatically Group by?  For example I have a collection that has a row for a node and then rows containing the corresponding hardware (linked together with a common ID).  I would like to display this data, in a grid, in such a way that would look similar to below:
    • row containing node 1's data
      - row contain node 1's memory
      - row contain node 1's processor
      - row contain node 1's nic
    • Row containing node 2's data
      - row contain node 2's memory
      - row contain node 2's processor
      - row contain node 2's nic
    • So on through the remainder of the collection


  • 2.  RE: Using Default GroupBy in GridComponent

    Posted May 27, 2009 11:11 AM
    I don't see how that would work in the grid control.  I would have two different grids.  One that has the servers.  Then one that has the selected servers hardware.  You could use AJAX controls to update your hardware grid when a server is selected by the user.