disable no end date radiobox

i want to disable no enddate feature from recursive events how to do that ?

It can be done only through code modification

You need to edit html template ( at the end of dhtmlxscheduler_recurring.js ) and remove ( or add display: none style ) to the options that you want to hide.