Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Edit in Listgrid: Last column textItem is too wide

    SmartClient Version: v8.3p_2012-11-30/Pro Deployment (built 2012-11-30)

    -FF IE CH

    When trying to edit the last column in a Listgrid (textItem edit) the input field is sometimes too wide. After examination of the html it seems that sometimes the inputfield gets its width in percent and sometimes in pixels. When it gets it in pixels it shows up in the right format but when it gets it in percent (width: 100%) it shows too wide.

    Note: other inputfields in the grid do not have this problem, only the last column has it.

    Is there a known solution for this? And why is the width sometimes in percent and other times in pixels?

    thanks
    Last edited by sela; 3 Dec 2012, 07:58.

    #2
    Be sure to post from an account that has been marked as having support. You seem to be from a company/team that has support for other members but you are not marked as having support - you may have another account you are supposed to be using. Contact your Isomorphic account manager if unsure.

    What do you mean it's "too wide"? It causes scrolling? It extends past the cell boundary and is clipped? Something else?

    What do you mean it sometimes has percent and sometimes pixel width? In the DOM? If not, then when calling what API?

    Finally, can you provide a way to reproduce the problem?

    Comment


      #3
      Thanks for the reply
      I do not have an supported account because I am in an internship.

      By too wide I mean it extends past the cell boundary. And the difference in pixels and percent appear in the DOM (edit: this is probably because of autofit settings)

      I can not reproduce it with a simple grid, we have customized grids and css applied but I am sure that it has nothing to do with css.
      Last edited by sela; 4 Dec 2012, 02:38. Reason: update on situation

      Comment

      Working...
      X