Previous and Next Button
Posted: 2020-11-04 00:53
Hi, I just bought the 5.91 update, and in my detail view page the PREVIOUS and NEXT buttons are duplicated (two NEXT and Two Previous buttons) I find out that the cause of this is this code:
Thid is used to create tabs in the detail view page and it's from the AppGiniHelper library.
Any help on how to remove this duplicated buttons without removing the code from the AppGiniHelper library.
Thank you.
Code: Select all
var dv = new AppGiniDetailView();
Any help on how to remove this duplicated buttons without removing the code from the AppGiniHelper library.
Thank you.