Hi,
My question is suppose I create a datagrid bound to a data a table in my database. Now I want to drag a item in my datagrid cell to daypilot control the item should disappear from my datagrid and appearin my daypilot control, without making a server round trip. The record that is bound to my database table associated with my data grid should be removed from that table linked to my datgrid and appear in the table table linked with my daypilot control.
How can we achieve this functionality?