Announcement

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

    ListGrid: field.frozen + field.align

    Hello,

    we have a problem with a list-grid encountered:

    The list-grid has no special defined alignments, so numbers are aligned right and text is aligned left by your internal defaults. When we freeze one field, eg the first column, the alignment of all fields in the grid are going wild. Some text-fields are now aligned right, some left. Some Float-fields are no left too. We checked the docu http://www.smartclient.com/docs/6.5......frozenFields but found nothing relevant.

    You can easily reproduce the "problem" with the example http://www.smartclient.com/index.jsp....types_Integer. Just freeze the first field.
    Code:
    {name:"countryCode", frozen: true, ....
    Is this behaviour a bug?

    Thank you in advance!

    #2
    Yup, this is a bug, already fixed for 7.0 and with a workaround posted here.

    Comment


      #3
      Thanks for the tip. The solution works perfect.

      Comment

      Working...
      X