I have the following definition
{ title: "Visible", dataType: "integer", dataIndx: "visible", width: 20, align: "center",
filter: { type: 'textbox', condition: 'equal', listeners: ['change']},
type: 'checkbox',
cb: {
check: "1",
uncheck: "0"
},
},
When an item is unchecked and I try to check it everything works fine. But when the Item is Uncheked and I chek it, the state is stored in the database, but the item does not appears checked in the pqgrid. Am I doing something wrong?