cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X

Is it possible to delete a row in Advanced grid?

SY_10165961
10-Marble

Is it possible to delete a row in Advanced grid?

Hello All,

 

I have designed a mashup and using advanced grid in it. I want to know the way through which I can delete the row in advance grid but I am not able to do so.

Is there any way i can do it?

 

Any help will be appreciated.

 

Thanks

3 REPLIES 3

Hi @SY_10165961 , 

 

Yes, You can delete a row in advance grid.

pls follow the referred article to do so:

https://www.ptc.com/en/support/article/CS360512

 

Let me know if you face any further challenges.

Regards

Bhawna

you certainly have a service (A) from which you send the data to the advance grid (link "All Data").

TL_9220870_0-1643096928804.png

this service has the possibility to link "Selected Row(s)".
this must now be linked to a new service (B) which deletes the rows from the original table.
the service (B) requires the format of the infotable as input
and use perhaps the Service ".DeleteDataTableEntriesWithQueryCriteria()"

TL_9220870_1-1643098204958.png

 

the only thing left in mashup is a trigger to do the service (B), by button click or the event form advance grid "DoubleClicked"...

with the service (B) suggested to me, you can then also use multiselect in the advance grid.

 




 

At the end you must trigger the event of service (B) 

TL_9220870_0-1643098973936.png

as input link in mashup of the service (A) to reload the data for the advance grid. then you see the update.

Announcements


Top Tags