Hi I have a 1 grid, and 2 forms namely: Form_add and Form_Edit…
I did this approach because I need to show few fields when inserting new records. Then when users click the edit icon from the grid it then links to Form_Edit which will show all the form fields.
Users can only delete records from the Form_Edit. Everytime I deleted a record it goes back to grid.
At the grid, it always show the back button everytime I deleted a record.
Question: How can I hide the Back button at the grid? or How can I set not to show the Back button at my grid?
Thanks.