Hari Gillala
Hari Gillala

Reputation: 11916

Sharepoint webpart- edit mode Display

I have developed a custom webpart which is being displayed correctly and has some external parameters and being supplied when it is used in the page.

There is a problem in displaying that webpart in edit mode. In edit mode it is not visible as the page footer comes up and only little portion of the webpart is being displayed. To see the whole webpart I need to scroll through. This problem is happening only when the web part is in edit mode.

In Display mode it is Fantastic.

The Way it looks on the Page in Edit Mode is:

enter image description here

Could anyone point me whats being missed and why it is happening?

Thank You

Hari Gillala

Upvotes: 1

Views: 1470

Answers (1)

djeeg
djeeg

Reputation: 6765

Two things to check:

  1. If you have edited the master page/page layout, you might not have closed a html tag, or the styling might be wrong.

  2. With the custom toolpart, is it outputting valid html?, check that you have built the table correctly, and are using the correct styles.

Upvotes: 3

Related Questions