On 19 November 2011 06:50, V SANTOSH PAVAN RAJU BS <[email protected]> wrote: > Thank you, for your help. Now i got a checkbox in tableview. > But here i am able to select a check box only when i double click on it. > So is there a way to select a checkbox directly without making a double > click on it, to make sure that other fields were editable.
Look at the links to the KitchenSink demo that I put in my original reply. The 'Custom Content' TableView has a column of checkboxes which can be checked with a single click without the need for a row editor. >> ---------- Forwarded message ---------- >> From: Chris Bartlett <[email protected]> >> To: [email protected] >> Date: Wed, 16 Nov 2011 18:18:39 +0000 >> Subject: Re: Checkbox can be placed in a TableView? >> Have a look at the Kitchen Sink demo >> (Tables -> Custom content) >> http://pivot.apache.org/demos/kitchen-sink.html >> >> >> http://svn.apache.org/repos/asf/pivot/trunk/tutorials/src/org/apache/pivot/tutorials/tables.bxml >> >> http://svn.apache.org/repos/asf/pivot/trunk/tutorials/src/org/apache/pivot/tutorials/KitchenSink.java >> (TablesRollupStateHandler) >>
