Derrell Lipman wrote: > I agree. It sounds like a bug. It also sounds like a bug that's been there > since the beginning of time, and changing it would affect many, many > applications, so it'll have to be fixed with the addition of a new property, > but default to the current implementation. > > Let me see if I can figure out why the row is getting selected. > I just need 2 behaviors added to "NO_SELECTION" for it to behave like I want. How do I add a click handler for the first column which is a boolean checkbox? If clicked, I can toggle the state and set selected or not. I'd also want to listen for space bar being pressed when a row is focused. And since it's no selection, does it mean I can't have any selected looking rows and I must instead use a conditional renderer based on the checkbox?
How do I add listeners to space bar pressed on a row and the checkbox being clicked? I don't create the checkbox or the row, so don't know to which UI object do I attach them to? cheers, skar. -- -- The life so short, the craft so long to learn. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
