Refresh after Row_CustomAction

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
marundeo
User
Posts: 10

Refresh after Row_CustomAction

Post by marundeo »

Hi,
How can I refresh page or table after CustomAction is completed?
Thanks


MichaelG
User
Posts: 1110

Post by MichaelG »

You should use the Postback option instead of Ajax when setting up your Custom Action. Read:
https://aspnetmaker.dev/docs/#/customsc ... age_load-3


Post Reply