In 2026 how can i run a rowCustomAction
I have created my rowCustomAction but it is not fireing.
in pageload i have
$this->CustomActions["call"] = new ListAction(
"call",
"Call For",
Allowed: IsLoggedIn(),
Method: ActionType::AJAX,
Select: ActionType::SINGLE,
ConfirmMessage: "Call?",
Icon: "fa-solid fa-bell-concierge ew-icon",
Success: "callActionSuccess"
);
thanks