Refresh page 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
Andros
User
Posts: 111

Refresh page after Row_CustomAction

Post by Andros »

Hi.
How can I refresh the list page after executing Row_CustomAction event?


MichaelG
User
Posts: 1111

Post by MichaelG »

Use Config.ActionPostback instead of Config.ActionAjax to post back and refresh the page. Please refer to List Page -> Page_Load example 3 in:
https://aspnetmaker.dev/docs/#/customscripts.html


Post Reply