A bit of javascript did the trick for me. Frederic
On 23 May 2005 14:05:32 -0000, mfaine <[EMAIL PROTECTED]> wrote: > I have a datatable with records listed along side a checkbox for each > record. I have tried to implement a selectall feature that would select all > of the checkboxes when the Select All checkbox is checked. I can update the > data model to set a selected attribute on each record but the checkboxes in > the datatable do not get checked as a result. If someone could give me some > idea how to do this I would appreciate it. > > Thanks, > -Mark > >

