Hi Rajaraman,
The functionality which you described is not supported out of the box by Kendo ListView. The arrows that you see in the AeroViewer application are custom made.
I suggest you to look through the source code of the application and follow the same approach used there. The click event handlers are called scrollLeft and scrollRight. The relevant code is located in aeroviewr.js file:
The scrolling is done via jQuery
animate method.
Regards,
Alexander Valchev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework -
download Kendo UI now!