I tried to set
filterEditorProperties: {
operator: "equals"
}
for one field in listgrid, that field is integer, then it seems that SC tries to use this filterproperties for all the integer fields in the list
filterEditorProperties: {
operator: "equals"
}
for one field in listgrid, that field is integer, then it seems that SC tries to use this filterproperties for all the integer fields in the list
Comment