This article shows how you can create dynamic grid rows in Table control.
Instructions
Set the following values in the Advanced property of the table.
visibleRowCountMode="Auto" minAutoRowCount="1"
Property | Value | Description |
---|---|---|
visibleRowCountMode |
| Defines how the table handles the visible rows in the table. In the |
minAutoRowCount |
| This property is used to set the minimum count of visible rows when the property visibleRowCountMode is set to Auto or Interactive. For any other visibleRowCountMode, it is ignored. Default value is |