Sigma Php Ajax framework, Ajax Components, GUI Builder
May 16, 2012, 11:52:27 PM
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
Sigma Php Ajax framework, Ajax Components, GUI Builder
>
Sigma Grid
>
Sigma Grid - Q&A
(Moderators:
steven
,
gbolanoscruz
) >
Check all delete in Grid
Pages: [
1
]
« previous
next »
Print
Author
Topic: Check all delete in Grid (Read 960 times)
amit.patel
Jr. Member
Posts: 15
Check all delete in Grid
«
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
Re: Check all delete in Grid
«
Reply #1 on:
February 23, 2009, 05:17:51 AM »
var gridOption={ ect...ect... // just add this one thing: selectRowByCheck: true, }
Logged
ashu1982
Jr. Member
Posts: 7
Re: Check all delete in Grid
«
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
Re: Check all delete in Grid
«
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
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News & Announcements
-----------------------------
Sigma Visual GUI Builder & Library
-----------------------------
=> Sigma Visual - Knowledge Share
=> Sigma Visual - Q&A
=> Bug Report & Wishlist
-----------------------------
Sigma Grid
-----------------------------
=> Sigma Grid - Q&A
=> Show Case
=> Bug Report & Wishlist
-----------------------------
Other
-----------------------------
=> AJAX & JavaScript
Loading...