Column label appears just above control during inline edit.

Column label appears just above control during inline edit.

andrew.gannandrew.gann Posts: 8Questions: 3Answers: 0

I deployed my site to our development server and now I am seeing different behavior than in debug in my IDE. I am using inline editing and have submitOnBlur set to True. When the editor displays the select list when the user clicks the cell - the column label appears immediately above the select list. This behavior does not happen wnen I preview the site in debug mode in my IDE. Does anybody know how/why this could happen?

Answers

  • allanallan Posts: 61,853Questions: 1Answers: 10,134 Site admin

    Hi,

    It sounds like the Editor CSS might not be getting included. It is the CSS that will hide the field name in the inline edit.

    Allan

  • andrew.gannandrew.gann Posts: 8Questions: 3Answers: 0

    Removing the label value in the editor solved the problem. Thank you for your reply.

This discussion has been closed.