Announcement

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

    ListGrid - Expand components - Set Height and Width dynamically

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

    Browser Version : IE 11.0.9600.17843

    How to set the nested grid height and width (inner grid) based on the no. of records displayed in the inner grid.

    Please refer the attachment

    Any Help on this?
    Attached Files
    Last edited by jaikumar; 10 Aug 2015, 01:52.

    #2
    Hi Any idea please

    Comment


      #3
      See the doc for ListGrid.setAutoFitData() - set this to vertical on a ListGrid instance and then use grid.setAutoChildProperties("expansionRelated", props).

      Comment


        #4
        Thanks Isomorphic for the response. It is working with setAutoChildProperties()

        Comment

        Working...
        X