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!>
Thanks for joining our community and helping improve Syncfusion products!
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