Re: How make to what a row the a datatable has two event: onClick y onSelect

2010-07-01 Thread James Carman
On Thu, Jul 1, 2010 at 3:57 AM, Martijn Dashorst martijn.dasho...@gmail.com wrote: But how does your user select the row?  Clicking a checkbox or what?  Do you need an ajax event for each? The user has to underline the row with a marker to select it. But, if they scroll, won't the marker just

Re: How make to what a row the a datatable has two event: onClick y onSelect

2010-07-01 Thread Alis
Hello, thank you. Ok, i will do a Ajaxcheckbox by each row. I need know when the user does check in the Ajaxcheckbox. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-make-to-what-a-row-the-a-datatable-has-two-event-onClick-y-onSelect-tp2272766p2275094.html

Re: How make to what a row the a datatable has two event: onClick y onSelect

2010-07-01 Thread Martijn Dashorst
On Thu, Jul 1, 2010 at 1:47 PM, James Carman ja...@carmanconsulting.com wrote: But, if they scroll, won't the marker just stay where it is on the monitor and then the selection will change?  Perhaps we should require that they wipe off the marker first, then scroll, then re-underline. That