We have a modal view that has content loaded into it dynamically via some ajax calls. After the data is loaded and the modal is made visible, the scroll bar is always still at the position it was for the previous content. How can we scroll it to the top after loading the content?
Thanks
2 Answers, 1 is accepted
0
Kiril Nikolov
Telerik team
answered on 12 Nov 2013, 04:35 PM
Hi Michael,
You can reset the scroller of the ModalView, so it will be automatically scrolled to the top. You can do this using the following code snippet: