Re: Celltable w/ selectionModel and ActionCells

2011-03-03 Thread Henry H.
cell type  is not allowed to determine selection state? Like if you have a checkboxcell it can be the only cell that determines whether or not the row is selected. On Feb 11, 2:09 pm, Henry H. djhenr...@gmail.com wrote: yeah, i had the feeling i have to ditch the selectionModel

Re: Celltable w/ selectionModel and ActionCells

2011-02-11 Thread Henry H.
the selection, and use it for all the columns that you want to be clickable. On Feb 11, 1:42 am, Henry H. djhenr...@gmail.com wrote: hi, i have a celltable with a selectionModel but also a column of actioncells. the selectionModel and actioncells both handle click events, but when i click

Celltable w/ selectionModel and ActionCells

2011-02-10 Thread Henry H.
hi, i have a celltable with a selectionModel but also a column of actioncells. the selectionModel and actioncells both handle click events, but when i click the action cell, it also triggers the selectionmodel click handler. is it possible to prevent this? Or do i have to nix the selectionModel

Re: EditTextCell and RPC worked in 2.1m1 but not in 2.1

2010-11-08 Thread Henry H.
thanks Thomas! FieldUpdater did the trick. On Nov 8, 2:27 am, Thomas Broyer t.bro...@gmail.com wrote: On 8 nov, 07:14, Henry H. djhenr...@gmail.com wrote: hi, when i was using 2.1.m1 i was able to extend an EditTextCell to make an rpc call to update the database after the cell is updated

EditTextCell and RPC worked in 2.1m1 but not in 2.1

2010-11-07 Thread Henry H.
hi, when i was using 2.1.m1 i was able to extend an EditTextCell to make an rpc call to update the database after the cell is updated. i just inserted the rpc call right before commit() method in the cell. when i made the switch to 2.1, this no longer works. the cell just remains in edit mode and