Click here to Skip to main content
15,887,404 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I want to know that how to implement the facility of Multiple Delete using checkbox .
I added a checkbox column in gridview for each record.

I am using a TELERIK Gridview.

but i don't know how to implement multiple delete in Asp.Net MVC.
so required help.


Thanks in advance...
Posted
Updated 6-Apr-12 1:21am
v5
Comments
member60 6-Apr-12 2:43am    
can you tell which gridview control you are uisng , i mean asp .net GridView or any other such as jqgrid or teleric Grid..
disha desani 6-Apr-12 2:46am    
yes i m using Telerik Gridview..
Pravin Patil, Mumbai 6-Apr-12 7:22am    
Do you want to delete multiple records at a time?
disha desani 6-Apr-12 7:55am    
yes :) in that first we have to check the checkboxs of the records which need to delete. then by clicking delete button it will delete selected records at a time..

1 solution

Hi,
If you use the Telerik gridview, you can have the data load, edit,delete, sort, search controls in itself. So you better go through that Telerik control properties.
Or else if you want to use the regular gridview control, it will be very easy using asp.net . Here you can identify the checked items, then you can loop it to find the selected values.

Rakesh K
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900