Hi
Majid,
The image gallery control is designed only to preview and show details for the images. It does not have CRUD operations implemented. In order to insert/delete/update image you need to implement some external form with these operations, which depends on the selected image from the ImageGallery control.
The other option is to use our RadListView control and add different templates. It supports crud operations and you can define different templates for selected items, insert item, edit item, etc.
For example into the item template you can add only an image and delete button. Examples with crud operations you can find here:
http://demos.telerik.com/aspnet-ajax/listview/examples/dataediting/net2automaticdataediting/defaultcs.aspx
Also you can implement functionality for selecting certain items and then delete all selected images. Example which uses selection can be found here:
http://demos.telerik.com/aspnet-ajax/listview/examples/selecting/defaultcs.aspx
Also on the following link you can find example which shows only images into the RadListView control with enabled selection:
http://demos.telerik.com/aspnet-ajax/ziplibrary/examples/overview/defaultcs.aspx#qsf-demo-source
I hope this helps.
Regards,
Radoslav
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.