Hello,
I made an event to hide the inline edit button in the list page which works great:
if ($data["geboekt"]=="3")
{
$record["inlinedit_link"]=false;
}
The problem is that I can see the edit button above the table . How can I also hide this button ?