Hybrid View
-
3 Oct 2012 6:16 AM #1
Header for grid columns makes columns not sortable
Header for grid columns makes columns not sortable
Architect Build tested:- Build: 640 (SA 2.1.0)
- ExtJS 4.1
- Columns in grouped headers are not sortable even with the "sortable: true" checkbox selected.
- When you check the box for a sortable column in the property window, it removes the "sortable: true" in the code. The description says that sortable is true by default, but the column becomes not sortable. If you add the sortable: true in the generated code it makes the column sortable.
- If you move the column outside the grouped header (a column inside another column) it works as you may expect if sortable is true.
- Create a new ExtJS 4.1 project
- Add a grid
- Use autocolumn for the grid and the store
- Group headers (create a column a put another column inside this one using drag and drop)
- All sortable columns should be sortable
- Columns are not sortable if grouped in another column.
Screenshot, Project, or Video:- The following screenshots show how it is not possible to put sortable: true, and how sortable columns are not sortable.
bug.jpg
VIDEO of the bug in ogv format (use firefox or any modern media player)https://docs.google.com/open?id=0B0C...ENoLWthY214UkE
Possible fix:- Add sortable: true to all columns (instead of omitting it)
- Linux 2.6.32 (debian 64)
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote