i am using Syncfusion.Blazor 28.1.38, when I use the Drag and Drop within same grid. It has the following error in the browser:
blazor.server.js:1 Uncaught (in promise) Error: System.ArgumentException: The call to 'ReorderRows' expects '15' parameters, but received '13'.
at Microsoft.JSInterop.…[] parameterTypes)
at Microsoft.JSInterop.…, String argsJson)
at Microsoft.JSInterop.Infrastructure.DotNetDispatcher.BeginInvokeDotNet(JSRuntime jsRuntime,…fo, String argsJson)
at It.endInvokeDotNetFromJS (blazor.server.js:1:3722)
at blazor.server.js:1:71961
at Array.forEach (<anonymous>)
at It._invokeClientMethod (blazor.server.js:1:71947)
at It._processIncomingData (blazor.server.js:1:69989)
at It.connection.onreceive (blazor.server.js:1:64392)
at o.onmessage (blazor.server.js:1:48727)