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

ShowInsertItem Does not fire InitInsert event

1 Answer 84 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Winston Yong
Top achievements
Rank 1
Winston Yong asked on 14 Jul 2010, 04:51 AM
Hi !

 I am calling ShowInsertIntem function to show rad list view in insert mode but it is not firing up InitInsert CommandItem because i have to populate a dropdownlist box on InitInsertCommand..


Kind Regards,

1 Answer, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 15 Jul 2010, 08:03 AM
Hi Winston,

Actually this is expected and it is by design. Calling ShowInsertItem method is not firing a command therefore ItemCommand event will not be raised. However, generally speaking, executing the same code as in InitInsert command handler, before calling ShowInsertItem should act the same, as when RadListView  handles this command, it will call ShowInsertItem method internally.

Best wishes,
Rosen
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
Tags
ListView
Asked by
Winston Yong
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Share this question
or