Hello! I'm having a compile error that I don't understand. Hoping someone can help.
I'm using the Change event on a TextBox within a grid. I've done stuff like this before, when I need to pass additional arguments to a method that are in context. I'm not sure I've ever done it inside a grid, now that I think of it, however.
Okay, I figured this out. The error is very misleading.
It turned out I had a misspelled property further down the page, completely unrelated to the screenshot above, but it wasn't showing as an error on its own. When I fixed that all was well.
This has got to be the biggest issue with Blazor that I see. The error messaging and debugging can be really broken at times. Obviously, this is not Radzen's fault -- I'm just saying.