I have read the documentation on this multiple times and I can't see where I am going wrong.  I have a grid which displays a single column for a list of personnel and another grid which lists events which the user is attending.  My intention was to allow the user to be added to the event simply by dragging the person from the first grid to the second.
Both grids are mapped to ObjectDataSources - although the data sources are different for each. I get the client side OnRowDropping event fired which I handle client side and ask the user to confirm. I have checked that this does not change the args.set_cancel however the server side OnRowDrop event is not called. I have seen this come up before but there is no fix detailed.
Initially I was using Ajax but I have removed all of that to try a simple postback approach but no change. Are there additional rules that I must follow to be able to drag from one grid to another where the grids are displaying different information?
                                Both grids are mapped to ObjectDataSources - although the data sources are different for each. I get the client side OnRowDropping event fired which I handle client side and ask the user to confirm. I have checked that this does not change the args.set_cancel however the server side OnRowDrop event is not called. I have seen this come up before but there is no fix detailed.
Initially I was using Ajax but I have removed all of that to try a simple postback approach but no change. Are there additional rules that I must follow to be able to drag from one grid to another where the grids are displaying different information?