Our pure JavaScript Scheduler component


Post by Txim2 »

Hi,

<bry-scheduler #scheduler
    [eventMenu]="eventMenu"
    
 eventMenu={
        items : {
            deleteEvent :true,
            move : {.....

show me this error,

error NG8002: Can't bind to 'eventMenu' since it isn't a known property of 'bry-scheduler'.

The other features are working fine, what I'm doing wrong?

Thanks in advance.


Post by alex.l »

Hi Txim2,

For wrappers please use Feature suffix as for all other features. SO, the correct name is eventMenuFeature.
If it doesn't work, please try with our examples. This feature used in drag-from-grid example for Angular. If still no luck please specify a version of the Scheduler product you use and attach a runnable test case here, we will debug and help you out.

All the best,
Alex

All the best,
Alex


Post Reply