I have two Grids using CustomDataAdaptors as their source.
I need to be able to drag a row from one grid to the other and Add the dropped row to the second grid with some field manipulation of the dropped data. (Say including in dropped dateTime or Sequence Number etc)
However in my testing (as attached), if I use a CustomDataAdaptor, the RowDropped event doesn't fire and the dropped row appears to get "stuck" on the target grid.
Is there a known issue with Dragging Between Grids using a CustomDataAdaptor? Or some other process I am unaware of?
Please see my attached sample project for my issue.
Note: For this test I am using a simple list of objects however I will connect each Grid to a database (outside the scope of this example) so a simple Bound Datasource will not fulfill this requirement. Although it is interesting to note that if I swap the CustomDataAdaptor to a Bound List of Items using @bind-DataSource the events fire as expected.
Thanks in advance for your help.
Cheers,
Shannon
Attachment:
BlazorTest_e5b74082.zip