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

How to identify the ListView is in edit mode

1 Answer 223 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Ravi Kiran
Top achievements
Rank 1
Ravi Kiran asked on 25 May 2015, 10:51 AM

I am using a kendo listview in my project. I have a situation where i need to find out if the listview is in edit mode from jquery on a button click. Unfortunalely i could not find any suitable attribute or property to identify. Please provide me with a suitable solution for the same.

Thanks in advance

1 Answer, 1 is accepted

Sort by
0
Plamen Lazarov
Telerik team
answered on 27 May 2015, 10:40 AM

Hello Ravi Kiran,

In this case I would suggest to use the ListView's edit event to set a global flag when the ListView is in edit mode. Then the save event could be used when the item is saved and the widget is no longer in edit mode.

Let me know if further assistance is required.

 

Regards,
Plamen Lazarov
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
ListView
Asked by
Ravi Kiran
Top achievements
Rank 1
Answers by
Plamen Lazarov
Telerik team
Share this question
or