Announcement

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

    set the width of a listgrid by program

    Smart client version: v8.3p_2013-05-28 (2013-05-28)
    Browser: Google Chrome 27.0.1453.94 m

    After creating a listgrid, is it possible to "re"set the width of the list ? we've tested it by calling the setWidth(<value>) but without any result.

    Setting the width property of the list in the initWidget is also without result

    What do you suggest

    #2
    setWidth() should absolutely work to set the width of a ListGrid (or any other component) at runtime.
    Probably best if you show us a little test case snippet where this is failing for you so we can see what's special about your usage.

    Thanks
    Isomorphic Software

    Comment


      #3
      i'll give it another try and keep you noticed about the results

      Comment

      Working...
      X