Version: Syncfusion Blazor Server 19.1.0.63
Hi, I'd like to know how can I refresh only one row without refresh the whole grid. I dont want to use Query.
I need to use this because my grid has to keep with the current view.
My grid has a primary control and some information in it's details.
When I sent : "GridComum.Refresh();", the whole grid and details close.