This might be more of an enhancement request, but I discovered that the filter widget incorrectly orders items if you reload the state. You can see this functionality in the jQuery demo here: https://demos.telerik.com/kendo-ui/filter/persist-state
Steps to reproduce:
- Add a second line to the filter
- Change "ContactTitle" to "Country" on the first line
- Click "Save State" and then "Load State"
- See that the items were reordered
As far as I can tell, this happens because changing a filter line removes the item from the FilterModel and then calls Push which adds it to the end of the array.