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

Telerik RadgridView

1 Answer 30 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Avinash
Top achievements
Rank 1
Avinash asked on 22 Sep 2015, 12:16 PM
Hi,,, How to Diasable The Control inside the RadgridView When am going to editing and enable when am going to add new item

1 Answer, 1 is accepted

Sort by
0
Yoan
Telerik team
answered on 22 Sep 2015, 03:40 PM
Hello,

You can use GridView's PreparedCellForEdit and AddingNewDataItem events. For example: you can have a flag to mark that the AddingNewDataItem event is raised and then in PreparedCellForEdit event you can use the args.EdingElement argument to control the Disalbed state of the control.

Regards,
Yoan
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
GridView
Asked by
Avinash
Top achievements
Rank 1
Answers by
Yoan
Telerik team
Share this question
or