Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

Row Limit

Is there a way to limit a SRP EditTable to a certain number of rows like you can with native OI EditTables?

Comments

  • I don't think we have a singular property to do that. My suggestion is to use the Dimension property to pre-size the SRP EditTable to the number of rows you want and then set the AllowInserts and AllowDeletions properties to 0 (i.e., False) and the NewRowCount property to 0 (i.e., no new rows when tabbing off the last row).
  • I was unaware of the NewRowCount property as an option. Thanks Don!
Sign In or Register to comment.