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

RadListView - InsertItem disappears

1 Answer 48 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Renan
Top achievements
Rank 1
Renan asked on 17 Nov 2015, 05:13 PM

I am using a RadListView with NeedDataSource binding, and Insert/Update/Delete capabilities.

After the item is inserted, the InsertItem disappears, I don't want to have a "New Record" button, I want to always be an InsertItem template at the bottom. 

The first try was to use:

    protected void RadListView1_ItemInserted(object sender, RadListViewInsertedEventArgs e)
    {
        e.KeepInInsertMode = true;
    }

This worked fine when I was using Simpe data-binding, as I have faced other problems, I switched to Advanced Data Binding. After that, the event ItemInserted is not reachedanymore (I suspect it is because the ListView is rebinded after the Insert)

 

Any solutions to my problem? Also, why is the property InsertItemPosition is not enough? What cases should the property be enough?

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 20 Nov 2015, 05:05 PM
Hi,

I noticed that you have opened duplicate posts for the same problem. May I ask you continue our communication in the support ticket so we can easily track the progress of this issue.

Regards,
Pavlina
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
Renan
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or