Sunday, April 1, 2018

ADD A SCROLLBAR FOR ASP.NET AJAX MODAL POPUP EXTENDER INSIDE SHAREPOINT VISUAL WEBPART

I am using the ModalPopUpExtender in Visual WebPart, I need to allow vertical scroll therefore, I set the Panel Property  ScrollBars=”Vertical” as shown:
scrollbars
But unfortunately, the scroll still not working !! as shown below:
ScrollIssue
Solution:
In the same Tag I added a Height property and set it to appropriate value like  (590px).
scrollbarswithheight
The scroll is now working properly.
addscrollbarsinmodalpopupextender
Enjoy 🙂
source  : https://blog.devoworx.net/2014/12/06/how-to-add-scrollbar-for-asp-net-ajax-modal-popup-extender-in-visual-webpart/

No comments:

Post a Comment