Using the bower package and its gulp "custom" task to build a custom distribution, if I include the grid widget, it doesn't seem to automatically include the "filtercell" widget, so grids with filtering will throw an error due to the missing code. The Grid source defines a bunch of dependencies including "kendo.filtermenu", "kendo.excel", etc. Shouldn't "kendo.filtercell" be a dependency as well, or is there some reason it has to be included separately?
Someone brought this up a year or two ago, but over in the Issues area of Core on github, but it was closed as a Pro problem. I don't know if it was ever raised here. I can include filtercell in the argument list to "gulp custom" if necessary, but I was just curious.