Bizform into GridView

Andy St. Jean asked on August 8, 2019 20:40

Hello,

Im trying to figure out how to place a user selected BizForm into a GridView. The forms the user can select from have different numbers of columns and column names, which I've handled by using the AutoGeneratedColumns. How would you put the records of the BizForm into a dictionary format (ie column names=keys and fields=value) to then bind to the GridView?

Thanks

   Please, sign in to be able to submit a new answer.