Re: Paged grid with checkbox's fails when switching page

2016-04-13 Thread Chris Poulsen
You can roll your own version of the grid. We have done this to support filters, include context in pagination links, have better control over the zone updates etc. I do not think the built in grid/tree components was ever intended to handle all possible cases. -- Chris On Thu, Apr 14, 2016 at 4

Re: Paged grid with checkbox's fails when switching page

2016-04-13 Thread JumpStart
I have a lateral suggestion that you might not like. My design “rule of thumb” is to use a paged grid for display only. I find it ambiguous to use for create/update/delete because when you change pages, or click on a column to re-sort the grid, or change the value of a filter field (if you have

Re: Paged grid with checkbox's fails when switching page

2016-04-13 Thread Thiago H de Paula Figueiredo
On Tue, 12 Apr 2016 08:32:29 -0300, Ricardo Veloso wrote: Obrigado! :) De nada! É um prazer ajudar! Translating from Portuguese to English: Thanks! You're welcome! It's a plasure to help! Issue opened: TAP5-2542 Thanks! Meanwhile

Re: Paged grid with checkbox's fails when switching page

2016-04-12 Thread Ricardo Veloso
Obrigado! :) Issue opened: TAP5-2542 Meanwhile I will try to get a workaround for this, simulating a checkbox with images and trigger an event when is checked, in order to get things done on time. Cumprimentos / Best regards, Ricardo Veloso

Re: Paged grid with checkbox's fails when switching page

2016-04-08 Thread Thiago H de Paula Figueiredo
On Fri, 08 Apr 2016 14:31:03 -0300, Ricardo Veloso wrote: Thank you Thiago. De nada! :D So it is not possible to achieve this with T5.4? Not with AJAX updates. Why zone attribute of Grid is not exposed as @Parameter instead of force "^" if inplace="true"? This way one could identify t

Re: Paged grid with checkbox's fails when switching page

2016-04-08 Thread Ricardo Veloso
Thank you Thiago. So it is not possible to achieve this with T5.4? Why zone attribute of Grid is not exposed as @Parameter instead of force "^" if inplace="true"? This way one could identify the zone to be updated. I'm trying to place a pagerPosition="none" and put an outer t:gridPager and give t

Re: Paged grid with checkbox's fails when switching page

2016-04-08 Thread Thiago H de Paula Figueiredo
Hi! On Fri, 08 Apr 2016 11:45:47 -0300, Ricardo Veloso wrote: I think the problem is that with inplace="true" the component generates a zone surrounding the pager. That's correct. So, when the AJAX request is done, the form isn't rendered again, so the checkbox rendering throws an excep