SfGrid ValidationRules JS Error - Version 18.2.59

Hi,
I am getting JS error when i adding ValidationRules to Grid in Dialog Mode:
ValidationRules="@(new ValidationRules{ Required=true})" HeaderText="@Localizer.GetText("Name")" AutoFit="true" Visible="true" TextAlign="TextAlign.Center" HeaderTextAlign="TextAlign.Center">
Error:
Uncaught (in promise) Error: System.ArgumentException: The call to 'ShowValidationPopup' expects '2' parameters, but received '1'.
at Microsoft.JSInterop.Infrastructure.DotNetDispatcher.ParseArguments(JSRuntime jsRuntime, String methodIdentifier, String arguments, Type[] parameterTypes)
at Microsoft.JSInterop.Infrastructure.DotNetDispatcher.InvokeSynchronously(JSRuntime jsRuntime, DotNetInvocationInfo& callInfo, IDotNetObjectReference objectReference, String argsJson)
at Microsoft.JSInterop.Infrastructure.DotNetDispatcher.BeginInvokeDotNet(JSRuntime jsRuntime, DotNetInvocationInfo invocationInfo, String argsJson)
at Object.endInvokeDotNetFromJS (blazor.server.js:8)
at e. (blazor.server.js:8)
at blazor.server.js:1
at Array.forEach ()
at e.invokeClientMethod (blazor.server.js:1)
at e.processIncomingData (blazor.server.js:1)
at e.connection.onreceive (blazor.server.js:1)
at WebSocket.i.onmessage (blazor.server.js:1)
-----------------------------------------------------------
File with page in atachment
------------------------------------------------------------
Bug ? or/and some help ?
Thanks !

Attachment: Roles_b4280153.zip

2 Replies 1 reply marked as answer

BL Blazej September 23, 2020 07:31 PM UTC

When I set to local loading resources instead remote its fixed problem.
AddSyncfusionBlazor(true) => AddSyncfusionBlazor()


RS Renjith Singh Rajendran Syncfusion Team October 6, 2020 10:48 AM UTC

Hi Blazej, 

Greetings from Syncfusion support. 

We are glad to announce that our Essential Studio 2020 Volume 3 release v18.3.0.35  has been rolled out. We have resolved the reported problem with our latest version. So, we suggest you to upgrade to our latest version 18.3.0.35 to overcome the reported problem you are facing. We have prepared a sample based on this scenario in our latest version. Please download the sample form the link below, 
 
Please find the Nuget from the link below, 
 
Please get back to us if you need further assistance. 

Regards, 
Renjith Singh Rajendran 


Marked as answer
Loader.
Up arrow icon