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!

0
Votes

If I use onclick:stopPropagation then I can click and get input focus on the textbox, but when I type no letters appear in the textbox - perhaps the keystrokes are being taken by the header cell? Nothing shows in the textbox.


If I don't use onclick:stopPropagation then the textbox gets input focus on mouse down but then when I release the mouse button the focus jumps to the column header cell.  So then I can't even try to type into the textbox.

Replication steps

Run the attached sample, and when you try to click the textbox and enter a value, you will notice that the input is not accepted and the textbox loses focus after the mouse click