Hello, I am using multiple_interval_selection model in a table and I am listening to the changeSelection event. Right now i am only able to get the index (row number) of selected rows. Is there a way to get the column numbers from this event?
I was getting this column ids and row IDs on listening to the 'click' event. But the problem is I have to do some actions in the changeSelection callback method and some actions on click event. When I click on a row (any part of the row), the 'changeSelection' event is getting fired 'click' event is not fired. Click event is fired only when the selected(already clicked) row is clicked. If I can the row number and column number from 'changeSelection' event I dont need to use the 'click' event. Otherwise I have to use both to get row and column numers. Please, let me know how can I solve this issue. Thanks, Robust -- View this message in context: http://n2.nabble.com/changeSelection-event-in-a-table-tp2423538p2423538.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
