I am using pqgrid v5.5 and chrome.
I expect that when filter option is selected, the listener function is called.
but 'change' listener is not firering.
what am I missing?
{
dataIndx: "TmpltNm",
title: "Template",
filter: {
crules:[{condition:'equal'}],
options : app.sheet.getFilterOptions("TMPLT_NM")
listener : {
change : function(ui, evt){
...
}
}
}
}