0

I have the following in my controller. This is use to edit the selected row. This does as is intended however this event is also called when i click on the field name to sort the column.

'#cutterGrid':{
                select :this.onCutterSelect
            },

Am i using the best event here. I'm using extjs 4.1

frosty
  • 5,330
  • 18
  • 85
  • 122
  • Could you host somewhere the application that reproduces it? (then I could debug it, otherwise too boring to set it up locally) PS: if you do that - please use `ext-debug.js` – zerkms Jun 06 '12 at 11:25
  • It seems you have some other cause. I tested locally it's working correctly. just in case check selected record to avoid. – XenoN Jun 06 '12 at 12:07

0 Answers0