zorba-the-geek / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

Cant use both Filtering and Grouping on ListGrids at the same time. #89

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a ListGrid.
2. Give it some data.
3. Enable both filtering and grouping.
4. Try to use the filter.

What is the expected output? What do you see instead?
I expect it to keep my groupings, and apply the filter.

What version of the product are you using? On what operating system?
SmartGWT verion smartgwt-1.0b1
OS - Windows Vista 64.

Please provide any additional information below.

Original issue reported on code.google.com by hcarpe1977@googlemail.com on 19 Jan 2009 at 3:23

GoogleCodeExporter commented 9 years ago
Was unable to reproduce against SVN. Please try the against SVN.

Original comment by sanjiv.j...@gmail.com on 21 Feb 2009 at 2:54

GoogleCodeExporter commented 9 years ago
I'm using the latest from the trunk, and can confirm that filtering while 
grouping
doesn't work. It just ignores the filter and displays all data in the table.

Original comment by alexsan...@gmail.com on 17 Sep 2009 at 1:45