PDA

View Full Version : Onclick event for column's cells



rmauser
5 Jun 2007, 8:07 AM
Hello, how can I fire an event when a cell in a particular column is selected (if I'm using row selection model)? Thanks for any information.

jsakalos
5 Jun 2007, 9:44 AM
Hello, how can I fire an event when a cell in a particular column is selected (if I'm using row selection model)? Thanks for any information.

Are you extending the Grid class? If yes, then this.fireEvent('eventname', arg1, arg2, ...);.

If not you listen to events. You can find complete list of events you can listen to in the documentation of the Grid.