tried:
{title:"columnd", width:90, dataIndx: "columnd", dataType: "integer", filter: { type: 'textbox', condition: function(a, b){
if ( ( a + "" ).indexOf( ( b + "" ) ) >= 0 ){
return true;
}, listeners: ['keyup']}
}},
doesn't work...where to place the callback to function properly?
thanks