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

read only cell in add new row

1 Answer 52 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Rehmak
Top achievements
Rank 1
Rehmak asked on 24 Sep 2017, 01:43 PM

Hello,

I want to make some cell in addnew template to be readonly, so that user can't type in those fields.

1 Answer, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 26 Sep 2017, 08:46 AM
Hello, Rehmak, 

Thank you for writing.  

In order to control which cells to be editable, you can use the CellBeginEdit event. It fires when the cell is about to enter edit mode. You can cancel edit mode at this stage by setting the Cancel property to true.

I hope this information helps. Should you have further questions I would be glad to help.

Regards,
Dess
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
GridView
Asked by
Rehmak
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or