Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
185
Grid rows displayed outside frame
posted

I am using UltraWebGrid 10.2 version inside a AJAX modal popup extender. When the popup first loads the grid rows are displayed outside the grid frame and over some other controls. The grid header is displayed correctly where it should be its only the grid rows that are out of position. Once I scroll the grid the rows return to their correct position. I have tried a few options like putting the grid inside div tags but nothing has worked.

"<div style="position:relative"> Webgrid </div>"

Any suggestions?

Thanks!

  • 12004
    posted

    Hello pdharmesh,

    This is just a follow up on the thread if you have any questions in regards to the usage of the AJAX modal popup extender with the UltraWebGrid. In the attached sample I ran on my machine using NetAdvantage version 10.2.20102.2248 and setting the PopupControlID within the ModalPopupExtender.

    Let me know if you have any questions with this matter. Thank you.

  • 12004
    posted

    Hello pdharmesh,

    I ran the UltraWebGrid using NetAdvantage version 10.2.20102.2248 with Internet Explorer 8 and also wrapping the div around the grid with the css style position as relative. In the div element you can assign an ID that will set the PopupControlID of the ModalPopupExtender.

    Here's the attached sample that I ran for this.

    Let me know if you have any questions with this matter. Thank you.

    UltraWebGrid_CS.zip