Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JSF Data Grid Component

843844Jul 2 2007 — edited Apr 2 2008
Hi,

I have a requirement for a data grid (similar to a data table) in which i can group data on columns. It seems .NET has a similar grid component (infragistics.com). I need to know if there are any open-source/commercial components available for this.

Some advanced commercial grid components have built-in support for automatic client-side grouping of the data. The common UI for these commercial components is to enable the display of a "grouping panel" just above the grid. The end user can drag and drop column titles to the grouping panel and the grid is automatically grouped in a hierarchical manner (client-side or server-side).

If there arent any then how do i go about this problem. Having dropdowns from which the user can select his grouping levels and displaying data is what i'd want to achieve.

Check this link, it has the above implementation for a .NET framework. Is there something on these lines for jsf?
http://samples.infragistics.com/2007.1/contents.aspx?t=WebTabs/CustomerViewer/WebForm1.aspx~srcview.aspx?path=WebTabs/CustomerViewer/WebForm1.src~srcview.aspx?path=WebTabs/CustomerViewer/WebForm1.src
thanks,
Dilip

Message was edited by:
dilip_jsf
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 30 2008
Added on Jul 2 2007
14 comments
263 views