Hi Tony,
We have a situation where one of the columns in the grid is a checkbox. We want to allow the user to toggle this checkbox.
What's the best approach to doing this?
here is what we have done so far
cellEdit: true
cellsubmit: 'clientArray'
colModel:[{name:'IsPrimary',width:60,formatter:'checkbox',editable:true,edittype:'checkbox'}
afterSaveCell: function(rowid, cellname, value, iRow, iCol) {do something}
Problem
1)
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top