Announcement

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

    If the header span's caption is larger than the columns widths below it, you will see an ellipsis.

    Hi,

    We are using
    a) SmartClient Version: v11.1p_2017-07-30/Pro Deployment (built 2017-07-30)
    b) Testing using IE 11.48.17134.0


    Problem :
    If the header span's caption is larger than the columns widths below it, you will see an ellipsis.


    We need all of the columns to be properly sized. How do we address this?

    In order to reproduce the problem we created a sample that is attached to this post.

    Thanks

    Click image for larger version

Name:	image_11563.png
Views:	179
Size:	44.8 KB
ID:	253456
    Attached Files

    #2
    Your sample code simply has the line of code that would turn on headerSpan auto-sizing commented out. That will, of course, mean that headerSpan auto-sizing will not take place.

    Comment


      #3
      When we make the flag true for Header Span sizing "listGrid.setAutoSizeHeaderSpans(true); " then the columns get misaligned as you can see below in the image . Is there any way of removing the below error ?

      Click image for larger version  Name:	HeaderSpanSizingTrue.png Views:	1 Size:	45.3 KB ID:	253487

      Comment


        #4
        That looks like an already-fixed bug. Please try the latest patched build, and be sure to test against the latest patched build before reporting future problems - you will save yourself time (and of course, everyone else).

        Comment


          #5
          I tested it again on build "SmartClient Version: v11.1p_2018-06-07/Pro Deployment (built 2018-06-07)" and the issue of columns not aligned with header is getting reproduced.
          Do we have to upgrade to version 12 in order to get a fix for this problem ?

          Comment


            #6
            We can't reproduce this problem in either 11.1 or 12.0 using either Enterprise or Tahoe skin, using your test case. Possible reasons:

            1. you may have modified the skin or introduced additional CSS which is interfering with normal behavior. Try running with just the unmodified skin

            2. you may not actually be loading the new, patched version. Check the actual version that is loaded by looking in the Developer Console in the lower left-hand corner

            Comment

            Working...
            X