So I'm using this jquerygrid plugin () and it's working pretty well. I'm trying to use the inline edit feature to edit a couple fields in the row using checkboxes… the values in the DB are 1 and 0.
So in my colModel, I have this:
{name:'ISOWNER',index:'ISOWNER', width:50, editable:true, edittype:”checkbox”, editoptions: {value:”1:0″}},
{name:'SENDALERT',index:'SENDALERT', width:50, editable:true, edittype:”checkbox”, editoptions: {value:”1:0″}},
It works great.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top