Sigma Php Ajax framework, Ajax Components, GUI Builder
May 16, 2012, 11:51:31 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Check all delete in Grid  (Read 960 times)
amit.patel
Jr. Member
**
Posts: 15


View Profile
« on: February 20, 2009, 10:09:40 PM »

Hello all,

Is it possible to delete mulitple record using checkbox in grid. means when user click on check all all record should be checked and after clicking on toolbar delete option all record should be deleted if yes then how can i implement this.

Waiting for your response....
Logged
humi
Hero Member
*****
Posts: 284


View Profile
« Reply #1 on: February 23, 2009, 05:17:51 AM »

Logged
ashu1982
Jr. Member
**
Posts: 7


View Profile
« Reply #2 on: December 03, 2010, 07:12:23 AM »

Hi Humi,

can you plz give a detailed solution as I tried with the one u r giving here but of no use.
Logged
jovibals
Hero Member
*****
Posts: 133


View Profile
« Reply #3 on: December 06, 2010, 05:30:09 PM »

send the data to your backend and you can do the deletion then after reload the grid.

var x = mygrid.getDeletedRecords();

console.log(x); //you can see all selected record here.

use firebug
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!