this scenario ,I need to edit paritcular column edit in Radlistview.
thanks,
1 Answer, 1 is accepted
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 18 Apr 2022, 06:44 AM
Hello, Nani,
RadListView allows items' editing if the AllowEditing property is set to true. However, setting this property to false, is expected to disable the edit functionality for the entire control.
If I understand your requirement correctly, you need to allow editing only for certain cells. The possible solution that I can suggest is to keep the AllowEditing property to true and handle the ItemEditing event. This event is cancelable and you can prevent the edit operation from continuing by setting the Cancel property from the arguments to true:
I hope this information helps. If you need any further assistance please don't hesitate to contact me.
Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.