Prevent re-rendering of the grid on change input in edit template

filtros3

After enabling grid-wide editing, how can I prevent each input from being re-rendered as soon as focus is lost on that field? The full rendering also causes the focus change to take a long time, and the edited value is lost.

This is hiow Blazor works - the page will be rendered again on every state change.