Page 1 of 1

Custom Buttons and Actions on the List Page

Posted: Sat Oct 01, 2022 2:10 am
by juniorpinto

I would like to include in a List Page an option to open a modal with the data of the clicked row and also a button to perform other actions outside the grid. I believe that this code should be included in the Page_Load but I don't know how to proceed... could someone help me?


Re: Custom Buttons and Actions on the List Page

Posted: Sat Oct 01, 2022 8:09 am
by mobhar

Did you want to display the Edit Page in a Modal Dialog? If so, simply enable Modal dialog optin from Table setup -> Edit Page, after that, re-generate ALL the script files again.

Alternatively, if you meant you want to select a record or some records from the List Page, and then display a Modal Dialog to perform an action, then you might need to use Multi Update Page with Modal dialog option enabled.