try do this:
$xcrud_membership_events->button('#', 'Inschrijven Evenement', 'glyphicon glyphicon-pencil', 'xcrud-action',
array(
// ... other button options ...
'id' => 'signup-button',
'data-success' => 'reloadOtherXcrud' // Callback function name
)
);
And create new custom js...