JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › When a Cell is edited it does not update back-end model › Reply To: When a Cell is edited it does not update back-end model
February 8, 2024 at 1:37 pm
#109812
Markov
Keymaster
Hi Cesar,
As a frontend UI component, it does not automatically update the backend. This requires custom code to synchronize the front-end with the backend. You can read how to do this here: https://www.htmlelements.com/docs/blazor-grid-server-side-crud/
Regards,
Markov