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

[Solved] Batch Editing - all rows editable

2 Answers 50 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Scott
Top achievements
Rank 1
Scott asked on 14 Jul 2011, 05:49 PM
Is there any way to NOT use the InCell mode and instead have all the cells editable by default?

In other words, all cells appear editable without forcing user clicking in order to make a cell editable. 

For example, that would mean a dropdown would always appear as such and not just turn into one when the cell is clicked.

I think it makes it much clearer to users which cells can be edited.

With the default behavior, one has to attempt to edit to see if it can be edited.

2 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 15 Jul 2011, 07:15 AM
Hi Scott,

 No, this is not supported. The reasons are purely technical - there can't be more than one HTML element with the same ID attribute. Enabling edit mode for all rows would introduce this discrepancy as all editor components (textboxes, datepickers etc) will have the same ID.

Regards,
Atanas Korchev
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

0
Amal
Top achievements
Rank 1
answered on 17 Jul 2011, 07:36 PM
Hi,

I am using cell editing mode in mvc asp.net grid . I want to disable grid's cell editing once the grid is saved (need to make the complete grid read only). How can I do it.

Regards
Amal Thomas
Tags
Grid
Asked by
Scott
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Amal
Top achievements
Rank 1
Share this question
or