Skip to main content
1-Visitor
October 22, 2020
Solved

adding row in datashape by using advance grid in mashup

  • October 22, 2020
  • 1 reply
  • 863 views

Hi,

Can anyone tell me how to add or insert row in data shape(info-table) by using advance grid in mashup?

Best answer by Ciprian-Traian


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.

1 reply

5-Regular Member
October 22, 2020


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.