Group-by grid component

Hello,
Is there a group-by component, which allows you to group the
grid by column? Similar to the Microsoft Outlook aggregation
feature where when you select a column, it will group the grid
results by that column. I know that extjs has this.

The AdvancedDataGrid in Flex 3.0 has some of this capability.
Tracy

Similar Messages

  • Grid Component

    Hi, we are in need of a Java Grid Component with all of the below requirments, can you please suggest me on this.. Can you suggest where i can buy or download ??
    * GUI interface
    * Horizontal scroll - at least 50 columns
    * Vertical scroll - at least 2500 rows
    * Capability to freeze column and row headers
    * Insert/Delete rows and columns at any point within the spreadsheet
    * Perform functions such as cut/copy/paste, hide/unhide columns, search for value, enter and calculate formulae
    * Programmatically work with cell addresses and cell content, entire rows and entire columns
    * Capability to label column headers
    * DEFINE formula for a given cell programmatically in addition to user defined formulae
    * Color coding the background as well as the foreground (text)
    * LOCKing/protection cells
    * Provide sorting capability
    * Print/Print Preview and formatting capability
    * Zoom capability
    * Setting Alignment for cell or group cells
    * Assigning CHECK BOX to cells at design/run time and programming it.
    * Assigning List box to cells at design/run time and programming it.
    * Specifying maximum length , Data type for each cell at design/run time and programming it.
    * Ability to get Sub Total/Total for a column.
    * Grouping on particular column.
    thanks
    venus_bug

    try the grid at www.java4all.tk
    ciao,

  • Visual Studio Grid Component that is sortable and updatable

    Hello, 
    We have a need to pull a group of records from SQL Server into a grid component on a web site. Once the data is in the grid we'd like to be able to sort it a couple of different ways. We also need to write that data back to the database (Updates, not inserts).
    We can get the grid component to pull the data and sort it but if we try and update the sorted data after making changes, it corrupts the data. The updated data goes into the wrong records (probably in the unsorted order).
    If we don't sort, it works fine. If we do sort it's no good. Is there a trick to getting this to work? Do we need to use a different component? I'm not the developer so I'm sorry if I'm a little vague on technical details but I think it ought to be something
    easily achievable. 
    Thanks in advance for any help!
    Matt

    Hello,
    Thank you for your post.
    I am afraid that the issue is out of support range of VS General Question forum which mainly discusses
    the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    Because you got the issue during web site programming, I suggest that you can consult your issue on ASP.NET forum:
    http://forums.asp.net/
     for better solution and support.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Passing Complex Object into Grid Component

    OK here is what i am trying to do.
    I have a grid component, and I wanted to display on the grid,
    a list of ship objects. Think of this like a cruise liner.
    I am retrieving these objects from a java/hybernate/spring
    adapter using remote object, and it works ok. I get back an
    arrayCollection, then I build a new array, populatate it with
    Actionscript ship objects, which has an embedded port object.
    Ship has attributes like Name, id, comments etc. And it has
    an embedded homeport object also.
    The port, has name, country and comments too.
    I can get the object to come back, and its being built
    correctly. I have ship objects and each one has its own port
    object, I see in the debugger the objects and thier embedded
    objects and the embedded object values. So I know the constructor
    is working fine. Here is the problem.
    I set the dataprovider attribute to match the array of
    completed ships, and I can get the grid, to display all the ship
    data, but not the port data.
    So Here is my code:
    <mx:DataGrid id="ShipListDataGrid" width="978"
    height="190" dataProvider="{initDG}"
    creationComplete="loadAllShips()" selectedIndex="0" >
    <mx:columns>
    <mx:DataGridColumn headerText="Name"
    dataField="name"/>
    <mx:DataGridColumn headerText="Class"
    dataField="clazz"/>
    <mx:DataGridColumn headerText="Comments"
    dataField="comments"/>
    <mx:DataGridColumn headerText="Port Country"
    dataField="port.country" />
    </mx:columns>
    </mx:DataGrid>
    Now the colums name, clazz, comments all work perfectly, as
    they are attributes of ship. However, port.country does not work,
    it just shows a blank column, even though that is the correct
    notation to get to that data field, for the attribute of that ships
    port home country. Its just a string, so for the port called miami,
    the country is "USA". This does not display.
    However if I remove port.country, and only put in port, then
    it shows that whats in that column displays as Object : Port.
    So it seems that the grid knows theres an object in there.
    But not what to do with it?
    I have created a masterViewList and a masterDetails
    component, and the viewList is the grid, and the details is the
    details section of the ship. So there it shows a form, and the form
    shows all the details of the ship selected in the list above. Heres
    the interesting thing. using a label field, I can change the
    selected list item on the grid, and show the ship.port.country in a
    label on the bottom, so it can transverse the ship object, but just
    not seemingly in the grid.
    What can I do? Why does it work with a label field, and not
    in the grid? Why will the grid not show an embedded string
    attribute for an embedded object, but a label or text box will?
    What am I doing wrong?

    You will need to use a label function for this.
    For example:
    <mx:DataGridColumn headerText="Port Country"
    dataField="{calcPortCountry}" />
    private function calcPortCountry(item:Object,
    col:DataGridColumn):String
    return item.port.country;

  • Using Grid Component in Java

    Hi all,
    I have to develop a program using Java.
    This is my first project of Java. I haven't got any experience on GUI design of Java.
    In my project, I have to use a lot of grid. How can I use the "Grid Component" in Java?
    I don't know exactly. But I have been to use Borland Grid Component. I would like to know more about grid component and is there any other one concerning with it?
    How can I get the components of Java from the Internet?
    Could you help me to refer to Web site addresses?
    Wih Thanks,
    wtdahl.....

    Here's a good point to start looking for GUI stuff
    http://java.sun.com/products/jlf/ed2/book/index.html
    I don't know Borland Grid but I assume JTable might fit. Usually there's no need to download components from the Internet. As you can see from the link above and from the API there are a lot of components - you just need to customize them

  • Why doesn't  list component identify grid component

    Hi,
    I have couple of doubts.
    1. I put <grid> component inside of <List>
    component . Surprise! The <List> component is not identifying
    the <Grid> component. Is this bug of Flex Or it's property of
    Flex <List> component.
    What I have to do to make <Grid> visible even I put
    inside of <List> component.
    2. what is an equilanat of <Table> in Flex. Ofcourse it
    may be DataGrid. Suppose If I use DataGrid I have lot of
    restrictions.
    These are the problems I am facing with <DataGrid>
    ( i ) Is this possible to put radio button / link bar as one
    of column in a row. I mean how to put radio button / link bar as
    row in array
    ( ii ) Is it possible to make columns in a row as variable
    sizes i.e. suppose if DataGrid header has size=100. Is it possible
    to make column of next row size as 200.
    anybody help me in this regard. I am eagarly waiting for
    reply.Because I have been strugling to solve this problem for last
    4 days.
    Regards,
    Siva Kumar

    A custom itemRenderer will be the solution to several of your
    issues(1,i).
    For 2., there is no exact equivalent of an html table. Look
    at Grid, TileList, or consider making your own component.
    for ii), no, all cells in a columns must be the same size.
    Tracy

  • Anyone aware of a grid component w excel-like features?

    Hi all
    I'm looking for a grid component / extension of JTable with excel-like capabilities.
    In particular, I'd like to be able to write formulas in cells like excel, as well as have multiple work sheets
    There must be something like this out there. Anyone know?

    nice day,
    why wasting the time if is there exist OpenOffice & available plugins into Netbeans (Eclipse ???)
    f.e. [http://sourceforge.net/projects/javasheet/files/]

  • How use Ajax grid component

    sir master
    sir what is the Ajax grid component and how i use this
    please give me sample
    thank's
    aamir

    The following links may help you:
    http://blogs.nitobi.com/andre/index.php/2006/09/02/ajax-grid-for-java-studio-creator-and-jsf/
    http://java.sun.com/developer/community/askxprt/2006/jl0828.html

  • Tree / Grid component for Classic ASP

    Hello,
    I'm looking for a tree-grid component that will display a
    parent table grid,
    and display the child records when a "+" detail request is
    selected.
    I need to let users edit and save both the parent and child.
    Both parent
    and child will contain pull-down menus for some fields too.
    Any
    recommendations?
    I looked at Nitobi which is a Ajax thing that supports ASP
    classic, and
    integrates into Dreamweaver, but I found this version is a
    little fragile
    and buggy.
    Thanks,
    Bob

    www.aspgrid.com does the grid, but not the tree.
    "Ted Dawson" <[email protected]> wrote in message
    news:g1vl3s$odu$[email protected]..
    >> Hello,
    >>
    >> I'm looking for a tree-grid component that will
    display a parent table
    >> grid, and display the child records when a "+"
    detail request is
    >> selected.
    >>
    >> I need to let users edit and save both the parent
    and child. Both
    >> parent and child will contain pull-down menus for
    some fields too. Any
    >> recommendations?
    >>
    >> I looked at Nitobi which is a Ajax thing that
    supports ASP classic, and
    >> integrates into Dreamweaver, but I found this
    version is a little fragile
    >> and buggy.
    >
    >
    >
    >
    http://www.aspgrid.com/
    >

  • Using grid component for layout

    I'm using the grid component to display six panel, 3 per
    line. Everything seems fine except that I thought if user resized
    the browser the six panel would resize but they don't. Even if I
    start the app in a size that can't fit the original size of the
    panels, I get scroll bars instead of re-sizing the panel. Is grid
    the wrong component for this? I've attached a sample code.

    Grid might be the the wrong component. Try VBox and HBox with
    height and width set to 100%
    Tracy

  • Can Illustrator snap clipping groups to grid using the clipping path?

    I want to be able to snap a clipping group to grid so that the clipping path snaps to the grid, not the masked paths. Is this possible?

    Thanks for the replies, however neither is a solution to the problem. I want to make a seamless tessellation pattern using a clipping group as the unit of repetition. No matter what I try, Illustrator does not allow me to "over-ride" the anchor points of the clipping contents in order to snap the clipping path to grid.  Of course it can be done manually, but if the clipping mask is an equilateral triangle, for example, and the pattern reflects on all sides of the triangle as it repeats, a manual construction is a hassle. And besides, the whole idea is to use snap-to-grid to guarantee a seamless tessellation. 
    The solution to the problem would be if Illustrator could treat a clipping path as a crop rather than a mask when snapping to grid.

  • ARB issue: Group Scale Grid

    Posted last night:
    http://opensource.adobe.com/wiki/display/flexsdk/Group+Scale+Grid
    Comments appreciated.

    On Tuesday 24 Feb 2009, Matt Chotin wrote:
    > ARB issue: Group Scale Grid
    I've commented there. Will I get email of follow up comments ? There doesn't
    seem to be a 'subscribe' option.
    Tom Chiverton
    Helping to preemptively negotiate customized efficient unique IPOs
    as part of the IT team of the year, '09 and '08
    This email is sent for and on behalf of Halliwells LLP.
    Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB. A list of members is available for inspection at the
    registered office together with a list of those non members who are referred to as partners. We use the word partner to refer to a member of the LLP, or an employee or consultant with equivalent standing and qualifications. Regulated by the Solicitors Regulation Authority.
    CONFIDENTIALITY
    This email is intended only for the use of the addressee named above and may be confidential or legally privileged. If you are not the addressee you must not read it and must not use any information contained in nor copy it nor inform any person other than Halliwells LLP or the addressee of its existence or contents. If you have received this email in error please delete it and notify Halliwells LLP IT Department on 0870 365 2500.
    For more information about Halliwells LLP visit
    www.halliwells.com.

  • Is there any open sourse java grid component based swing?

    Hello everyone,
    I've try to google in many ways,but can't find any.
    If some body knows,Could you tell me the ?
    Thanks a lot!

    I'm not a native English speaker,feel so sorry that you can't get my meaning.
    I'm looking for a TABLE COMPONENT that can do such things:
    Show/Hide columns
    Move columns
    Lock columns
    Row headers
    context sesitive popup menus to access all the functions
    Multiple cell renderers and editors including JFormattedTextField, Date (including
    popup Calendar), JProgressBar, JScrollBar, JSpinner, JButton, JCheckBox, Color, JTextField,
    JRadioButton, JComboBox, etc
    Copy and paste from Excel
    Background Image Support
    Image Support for individual cells...(the common needs for table component)
    is there any open source ones?

  • Row Span in Advanced data Grid component

    Hi,
    I have tried to span rows in advancedDatagrid,can anyone help me with an example.
    Thanks,
    Chandrasekhar

    Thanks for the reply, but below is the format I am looking for in Datagrid spanning rows.
    Region
    Territory
    Territory Rep
    Actual
    Estimate
    Region1
    Territory1
    Territory Rep1
    100
    100
    Territory2
    Territory Rep2
    100
    100
    Territory3
    Territory Rep3
    100
    100
    Territory4
    Territory Rep4
    100
    100
    Territory5
    Territory Rep5
    100
    100
    Territory6
    Territory Rep6
    100
    100
    Territory7
    Territory Rep7
    100
    100
    Thanks,
    Chandrasekhar.

  • Repositioning, grouping and align-to-grid of tilelist items

    I am working on a shopping cart application, where as user can drag products from tree and drop in a TileList. But now I want to know, how to reposition, group and grid-align the TileList items. User can drag and drop the items wherever he wants in the tilelist and group them color-wise or price-wise. Is this possible with TileList component or do I need to use any other component. Please help me. Below is the TileList example..
              TileList
                   |
                   |
    -----Red Color-----
    product1     product2    product3
    product9   product10
    product11
    ------Green Color-----
    product3     product5
    product12  
    product13  product14
    ------Blue Color------
    product4     product7    product8     product6
    and so on....

    Why not just put the text in the frame instead of having one text frame on top of another? That way you only have one object instead of two. Right click that and choose text frame options to set the inset for that frame and then apply the text wrap to that frame.
    You set the baseline grid in your preferences. With that setting it's document wide, but you can also set a separate baseline grid for individual text frames.
    If I'm not understanding exactly what you're looking to do, please post a screenshot.
    BTW, do yourself a favor a try to think in InDesign terms. You'll find it much find help.
    Bob

Maybe you are looking for

  • Information about updated packages

    Often when I update my system I want to know what changes have been made to a specific package. Does arch have this information somewhere? On other distros there are places you can look up what the new changes are to a package. It would be good to kn

  • S.M.A.R.T

    i just connect my cruppted external hard disk to my iMac G5 through the USB cable, i got the msg in the finder which is gave me 3 different options: initialize, cancel & Eject. i tried to open the Disk Utility to repair the disk, but the REPAIR DISK

  • MVC 4 and SQL 2012 delete not working

    I have developed and MVC 4 application in VS 2012 with an SQL 2012 database.  On my development machine everything works as expected, but when I deploy to a Windows Server 2008 R2 64-bit server with Microsoft SQL Server 2012 Express (64-bit), I can c

  • What are the function modules to create a follow on documents for SC

    Could any one please tell me What are the function modules ( like PO , Preq ...)  to create a follow on documents for Shopping Cart? Thanks Murali

  • To display Numer of records in Account Search

    Hi All. I have a requirement in which I have to display the number of records found when I execute a search of the Account (BP). This number is to be displayed against the u2018Result Listu2019. There seems to be some problem with the enhancement tha