When using a date column with filtertype range in a grid with the filterrow enabled, the created jqxDateTimeInput widget is not destroyed once the grid is destroyed.
The ‘destroy’ method of the jqxDateTimeInput is only called when the filtertype is ‘date’.
This leads to some left over elements in the DOM after the grid is destroyed.