Is there a way to prepopulate a grid with rows? I would like to spare the user t

Is there a way to prepopulate a grid with rows? I would like to spare the user the work to hit the "Add item" link all the time. Thanks!...

OriginalPostID-37397

OriginalPostID-37397

  Discussion posts and replies are publicly visible

Parents
  • You can certainly populate a grid when the form is loaded by defining each of the columns' respective default values. If you have a specified number of rows which need to be filled in, then perhaps you can have a read only column defined by an array of numbers. This column being populated would then create rows containing each of the other columns in your grid.
Reply
  • You can certainly populate a grid when the form is loaded by defining each of the columns' respective default values. If you have a specified number of rows which need to be filled in, then perhaps you can have a read only column defined by an array of numbers. This column being populated would then create rows containing each of the other columns in your grid.
Children
No Data