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

Show edit mode on a specific cell in RadGrid

0 Answers 234 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Radu
Top achievements
Rank 1
Radu asked on 07 Jun 2018, 03:57 PM

I have a grid that I want to make a specific cell only to be in edit mode and never go in view mode

 

RadGridControl.MasterTableView.BatchEditingSettings.EditType = GridBatchEditingType.Cell; (using the batcheediting with cell editing)

 

https://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultcs.aspx

Like in this demo, I have a checkbox that I don't want to be shown in view mode, just in edit mode. Made a thing that the checkbox will work without clicking it twice(once to select the column and one to select the checkbox), it works with already saved items, but when i insert a new row the view mode doesn't display the checkbox, but the editing mode displays it.... I can't manage to show it in the view mode, so the only think is when I insert a new row to place it automatically in edit mode, can I even do this(without generating a lot of errors)?

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Radu
Top achievements
Rank 1
Share this question
or