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

Grid - BatchEdit - By Default BatchChanged mode for Cell

1 Answer 46 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Lubomir
Top achievements
Rank 1
Lubomir asked on 08 May 2015, 09:04 AM
Hi,
I want when I bind radgrid from codebehind, all editable cell start in BatchChanged mode. Is it possible?
Because I made some calculations before bind grid, and after that sometimes values in cell are different, and I want to know which cell is with changed status

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 13 May 2015, 07:08 AM
Hello Lubomir,

With Batch editing only a single row or cell can be edited at a time:
http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultcs.aspx

Generally, this requirement can be achieved using InPlace editing mode:
http://www.telerik.com/help/aspnet-ajax/grid-edit-mode-inplace.html

Since the items can be loaded in edit mode initially:
http://www.telerik.com/help/aspnet-ajax/grid-put-all-items-in-edit-mode-no-additional-rebind.html

Hope this helps.

Regards,
Eyup
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
Lubomir
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or