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

