Hello, when did the SearchPanel "search" command become a built in command for the grid toolbar:
https://docs.telerik.com/kendo-ui/api/javascript/ui/grid/configuration/toolbar
I'm using a 3rd party tool that uses kendo.version: 2018.3.1219
When I pass in the "search" command, it just creates a search button, does not create the search box:
toolbar: ["excel", "pdf", "search"],
Was that search panel built into the library during a later release?