I had selectFilter which I replace to multiSelectFilter. I have custom rule eg compare:startCompare which is not get trigger now. Can you put some light here?
Yep, this is not possible in current version.
You can wait for next build or update in webix_debug.js the next lines
value.compare = this.compare;
value.prepare = this.prepare;
like
value.compare = value.compare || this.compare;
value.prepare = value.prepare || this.prepare;
hey thanx for quick reply but I done with my work I had override the compare function in multi select filter with my custom.