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

Edit multiple rows, postback only edited/new rows?

1 Answer 65 Views
Grid
This is a migrated thread and some comments may be shown as answers.
adam0101
Top achievements
Rank 1
adam0101 asked on 01 Nov 2010, 10:29 PM
I have a very large grid and I'm researching ways to improve performance.

 Currently, the users can do the following, and I'd like to keep as much of this behavior as possible: 

  • Double clicking a row switches the entire row to edit mode.
  • Able to edit multiple rows at the same time (paging is not enabled)
  • Clicking an 'Add' button on a row inserts a new blank row under the row.
  • Multiple new rows can be added.
  • No changes are committed until the user clicks a save button for the whole grid.

 Is it possible to customize the grid meet these requirements? Also, is it possible to minimize the network traffic by only sending the new or edited values to the server instead of the whole grid? Thanks.

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 04 Nov 2010, 03:31 PM
Hello,

Please refer to the following links which elaborates on the required functionalities:

http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/editondblclick/defaultcs.aspx
http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/popupeditform/defaultcs.aspx
http://demos.telerik.com/aspnet-ajax/controls/examples/integration/tooltipgrid/defaultcs.aspx

Note that adding several rows and save the Grid after that is not supported as this should be made on the client, but all rows added and not saved in the Grid will not have the default functionalities like sorting, filtering etc.


Kind regards,
Maria Ilieva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
adam0101
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or