On Tue, 28 Dec 2010 07:09:36 -0200, Gunnar Eketrapp
wrote:
Hi!
Hi!
My questions are:
1) How do I disable the sorting functionality of the grid.
Matheus answered that. :)
2) If I would like to suppport sorting and paging then I need some way to
first submit what's been checked.
I gue
Hi, Gunnar!
I think I know how to answer your first question. I assume your are using
Tapestry 5.2.4 as I am. :-) You need to create an explicit BeanModel,
customize its sorting funcionality and provide it to your Grid component.
*Page class*
@Inject
private BeanModelSource beanModelSource
Hi!
I am using a grid inside a form to display a list of name + checkbox.
The user can then select a number of names and press OK (or cancel).
My questions are:
1) How do I disable the sorting functionality of the grid.
2) If I would like to suppport sorting and paging then I need some way to