Announcement

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

    How to set Width for the DataSourceField used in the ListGrid

    SmartClient Version: v10.0p_2015-06-10/PowerEdition Deployment (built 2015-06-10)
    Browser Version : IE 11.0.9600.17843

    How to set Width for the DataSourceField used in the ListGrid. I have tried with width field in the ds.xml but I have seen it is not valid to use. So please suggest how to set the Width for DS Field.


    #2
    Hi jaikumar,

    did you try using ListGridFields with explicit myField.setWidth(500) and fed them to myListGrid.setFields(f1, f2, f3, ...)?

    Best regards
    Blama

    Comment


      #3
      Hi Blama,

      Thanks for the Respose.

      I have not created any ListGridField, it it only DataSourceField. Is that DataSourceField will be changed to ListGridField when u set the DataSource to the ListGrid?

      Comment

      Working...
      X