This is a migrated thread and some comments may be shown as answers.

Grid editing and partial page updates

1 Answer 79 Views
Grid
This is a migrated thread and some comments may be shown as answers.
BitShift
Top achievements
Rank 1
Veteran
BitShift asked on 03 Jan 2020, 12:04 AM

If one has a grid on a section of a page and follows the approach with inline editing, as in this example, will just the grid update and NOT the entire view?
https://demos.telerik.com/aspnet-core/grid/editing-inline

 

1 Answer, 1 is accepted

Sort by
0
Alex Hajigeorgieva
Telerik team
answered on 07 Jan 2020, 09:34 AM

Hello, Randal,

Yes, this is correct -  the ASP.NET Core Grid uses ajax requests which retrieve the data as JSON and only the grid is updated on the page, not the whole page.

For more information, you can check the Ajax Binding article here:

https://docs.telerik.com/aspnet-core/html-helpers/data-management/grid/binding/ajax-binding

Kind Regards,
Alex Hajigeorgieva
Progress Telerik

Get quickly onboarded and successful with Telerik UI for ASP.NET Core with the dedicated Virtual Classroom technical training, available to all active customers.
Tags
Grid
Asked by
BitShift
Top achievements
Rank 1
Veteran
Answers by
Alex Hajigeorgieva
Telerik team
Share this question
or