Hi,
I just wanted to say that I am using Kendo templateing and I had this problem too, I tried
Josh Lipford's solution and it worked a treat, thanks Josh :-). I then got looking at my template in light of what Kamen had said about whitespace. It was looking like this to start with.
I began to wonder if it was only the whitespace at the begining and end, I REALLY did not want to have a one line template!! So I went ahead and changed it to this:
This has the result that when the templates are rendered there is no whitespace between them (it only seems to be an issue with whitespace between the page divs and not in the page's content). I confirmed this by removing all css classes and the pager still showed the correct number of pages.
I'm not sure if this could be applied to MVC or not but it should help those of us using the Kendo templateing engine
Hope this helps someone out there. I think if this is to be an ongoing issue the scrollview demo text and documentation should be updated to mention the whitespace issue as it was driving me barmy for quite a while, when a simple one line in the api docs and demo text would have prevented it.
Chris