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

Any way of using keepInEditMode if using Manual Updates?

1 Answer 53 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Karl
Top achievements
Rank 1
Karl asked on 03 Jul 2012, 03:53 PM
Hi,
I  have a radlist view in which I'm doing Manual Updates. I would like to be able to use the ItemUpdated Event and just set KeepInEditMode to true. Unfortunately I discovered this event isn't fired if you are using Manual Updates. How else could I achieve this so as soon as item is updated it's thrown back into edit mode?

thanks

Karl

1 Answer, 1 is accepted

Sort by
0
Karl
Top achievements
Rank 1
answered on 03 Jul 2012, 04:12 PM
I got round this in the updating event after saving the db recordby calling rebind on the list view and setting e.canceled = true.

I'm not sure if this is best way but works and simple.
Tags
ListView
Asked by
Karl
Top achievements
Rank 1
Answers by
Karl
Top achievements
Rank 1
Share this question
or