Prevent row selection in a list or datagrid when an itemrenderer has been clicked
December 4th, 2009
No comments
When your list or datagridColumn has an itemRenderer with a component that can be clicked, you don’t always want to select the row in your list.
To prevent the selection, you need to listen to the mouseDown event and stop the propagation (event.stopPropagation()). Read more…

Recent Comments