Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hi,
Can anyone tell me how to add or insert row in data shape(info-table) by using advance grid in mashup?
Solved! Go to Solution.
Hi @JP_9678968,
Have you tried enabling the EnableEditButtons property to true because the EnableAddDeleteButtons property appears in the Mashup Builder configuration.
Add and Delete buttons appear in the Grid tool bar so that you can add or delete rows.
When you set row addition and deletion, the DeletedTable property also becomes available. Use this property to bind deleted rows to a service.
Hi @JP_9678968,
Have you tried enabling the EnableEditButtons property to true because the EnableAddDeleteButtons property appears in the Mashup Builder configuration.
Add and Delete buttons appear in the Grid tool bar so that you can add or delete rows.
When you set row addition and deletion, the DeletedTable property also becomes available. Use this property to bind deleted rows to a service.