Re: I need suggestions for compositeCell selection

2011-10-05 Thread FrugoFrog
My bad. The description might have been insufficient. I have an overwritten multiselection model because I want to select multiple items. I'm not sure if this makes any difference but I mentioned it just in case. My problem is how to tick check box when I click on the imageCell when the item is

I need suggestions for compositeCell selection

2011-10-04 Thread frog
I have a cellList of composite cells. Each cell consist of an imageCell and a checkBoxCell that depends on selection and doesn't handle selection. I have custom SelectionEventManager that selects the composite cell if user clicks on the imageCell or the checkBox. Now I want to extend it to have 3

Re: I need suggestions for compositeCell selection

2011-10-04 Thread George Agiasoglou
MultiselectionModel means that more than one item on your cellList can be selected. Is this what you want? I have tackled a similar problem, meaning that my compsiteCell consists of a couple of other cells and each is performing its own action when clicked. Have a look at