tags:

views:

1068

answers:

2

I see the example in extjs but seems the checkColumn don't update the xml.The api also not so helpfull.What i wanted to do is something like this.When user click the checkbox in the grid it will send ajax request.

A: 

I think you need to look at your underlying data store - this is really what you're changing when you click a column.

Steve Mc
i found out other extension(Ext.grid.SmartCheckboxSelectionModel) made by user.Eventhough buggy.but help a lot.
hafizan
A: 

You are going to want to fire the ajax request on the check change event. Or if you are trying to use the CheckboxSelectionModel in a grid put a listener on rowselect to fire off the ajax request.

sdavids