Our pure JavaScript Scheduler component


Post by jedgeley »

Based on your example Dragfromgrid:

Under EventContextMenu i want to add one item lets say for example i am going to add delete item under that i want to perform "unssign" operation (moves to grid as per your example in Dragfromgrid)as well as "delete" operation(delete the event as per your example in Dragfromgrid). I don't want to create two separate button(Delete,Unassign) i want to achieve both in same operation means have one button(Delete) to have both actions. How to achieve it!


Post by mats »


Post Reply