Announcement

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

    Total Hiding of ListGrid Columns

    short question short answer maybe...

    I'm looking for a way to hide ListGrid columns in a way that cannot made visible by the user in that popup menu. They need to be there but entirely invisible...

    TIA,

    * GWT Rocks! * SmartGWT Rocks Even Harder! * SmartGWT EE 1.2.1/LGPL 1.3,
    GWT 1.7.1, GAE 1.2.6, Jetty 7.0.0, Eclipse 3.5.1, JRE 1.6.0_16

    CI-CUBE.BIZ feat. CubeBrowser.AppSpot.com www.EasternGraphics.com/X-4GPL

    #2
    I ran into the opposite problem. Use ListGridField.setHidden() and it will not appear on the Columns menu. ListGrid.hideField("fieldName") is what I was looking for. That hides the field but allows the user to choose to show it. ListGridField.setHidden() hides it completely.

    Comment


      #3
      Please provide the exact syntax for using setHidden() method for ListGridField

      Comment

      Working...
      X