On 11/3/05, Simon Kitching <[EMAIL PROTECTED]> wrote:
Is there a particular reason you can't just use a standard checkbox component in a standard column? In your event handlers, you can iterate over the rows to see which ones are selected (and, as you call setRowIndex(), the processing logic inside UIData will ensure that this component reflects the value for the currently selected row).
Craig
Hi,
I'm trying to implement a custom UIColumn that shows a checkbox against
each row that the user can check to select multiple rows.
Is there a particular reason you can't just use a standard checkbox component in a standard column? In your event handlers, you can iterate over the rows to see which ones are selected (and, as you call setRowIndex(), the processing logic inside UIData will ensure that this component reflects the value for the currently selected row).
Craig

