Announcement

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

    Listgrid header and data alignment

    Hi,

    I am using smartgwt 2.3 with gwt 2.1. I have a listgrid with 5 columns. Here the columns headers are displaying fine with aligning to the left side but the data is displaying to the middle of the actual grid where headers and respective column data is not in proper sync.

    Can anyone tell me the reason for this..

    Thanks,
    Bala
    Attached Files
    Last edited by balakoyilada; 28 Dec 2010, 11:39.

    #2
    If you think you've found a bug post a minimal standalone testcase.

    Comment


      #3
      Is this a bug ?
      Is there a resolution for this ?

      Comment


        #4
        Clearly the display looks wrong in this screenshot.

        However we are not aware of any framework bugs that can cause this behavior, and without a reproducible test case we have no idea where this is coming from - whether there are application errors or whether this is indeed a framework bug, and if so, in what area of the system.
        So - if you'd like this looked at, please post a minimal, standalone runnable test case that we can use to reproduce the problem on our end, along with instructions, and details of what framework (OS, browser, version of SmartGWT and GWT) you're seeing the issue on.

        Regards

        Comment


          #5
          Use Listgridfield.setCellalign(Alignment.LEFT);
          it works fine.........

          Comment

          Working...
          X