I am using heatmap for my application.But ı have lots of rows definition and when loaded content , Rows data zipped for wrapping and ı need to scrolling them. I looked scrollViewer property for configuration . I couldnt.
Best Regards
2 Answers, 1 is accepted
0
Accepted
Pavel R. Pavlov
Telerik team
answered on 05 Jan 2015, 09:59 AM
Hello Erhan,
Indeed the RadHeatMap does not have built-in ScrollViewer. However, you can try wrapping the RadHeatMap control in a native ScrollViewer to make our component scrollable. Furthermore, you may need to set the Height and Width properties of our control to fixed size.
Please give this approach a try and let us know if you need any further assistance.
Regards,
Pavel R. Pavlov
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
Hello Francisco, the scrolling is missing by design and such feature haven't got any demand during the years, which is why it wasn't implemented. However, there is a feature request for setting fixed row and cell sizes.
For the vertical scrolling, I've attached a small sample showing one way to handle this scenario. Can you check it out and let me know if it helps?