Dear Sir,


Please help me.

I want to dragdrop data from Gridpanel to CalenderPanel.

 var notifyEnter = function (ddSource, e, data) {
                #{CalendarPanel1}.body.stopFx();
                #{CalendarPanel1}.body.highlight();
            };

            var notifyDrop = function (ddSource, e, data) {
                var selectedRecord = ddSource.dragData.selections[0];

                alert("0");

                return (true);
            };
in above code I got alert message. But How we get CalenderPanel Date on which data is dropped?

If u want sample code, I will create it.

Please help me.

Thanks
Rupesh