I am specifying a custom filter UI for a column where I am making some fairly significant changes. I've noticed that the default filter UI uses data-bind attributes that reference filters[0].value (for example). Is there a way to inspect/debug the view model?
One of my changes is to use a MultiSelect control, so I was wondering if it was possible to use data binding attributes to keep the selected values in sync with the grid's filters.
Also is there any way to modify the view model? for example if I wanted to add a property that indicated whether the filter operator was either 'eq' or 'neq' can I add this to the view model in some way?
One of my changes is to use a MultiSelect control, so I was wondering if it was possible to use data binding attributes to keep the selected values in sync with the grid's filters.
Also is there any way to modify the view model? for example if I wanted to add a property that indicated whether the filter operator was either 'eq' or 'neq' can I add this to the view model in some way?