printView on Rendered grid

I have a grid with the property enableSmartRendering set to true. When I call the method printView() of the grid it returns a javascript error

Is printView() enable in rendered grids?

PrintView will display only the rendered rows. It is recommended to disable smartRendering before calling the PrintView method.