Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

hi 

im using hierarchy grid with crud operations in child grid

in my model used requerd data annotation

 [Required(ErrorMessage = "Field should not be empty")]

when add new record in child grid  and entry value throw an exception:

[2020-09-03T09:59:06.143Z] Error: Microsoft.JSInterop.JSException: Cannot read property 'scrollHeight' of null

TypeError: Cannot read property 'scrollHeight' of null

    at e.createTooltip (http://localhost:53658/_content/Syncfusion.Blazor/scripts/sf-grid-bc339d.min.js:1:61669)

    at Object.validation (http://localhost:53658/_content/Syncfusion.Blazor/scripts/sf-grid-bc339d.min.js:1:120494)

  ......

please check it