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
2010-02-27 21:31:20
i found out other extension(Ext.grid.SmartCheckboxSelectionModel) made by user.Eventhough buggy.but help a lot.
hafizan
2010-02-28 06:28:44
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
2010-03-02 03:19:51