ParamQuery Grid
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
multi select cells to delete values
« previous
next »
Print
Pages: [
1
]
Author
Topic: multi select cells to delete values (Read 2573 times)
Leo F
Pro Enterprise
Newbie
Posts: 21
multi select cells to delete values
«
on:
March 13, 2014, 08:56:36 am »
What would be a good approach to take to be able to select multiple cells and be able to call delete on them?
I know there is api already to allow selecting multiple cells, how can I check which ones are selected and do some kind of processing on them?
Logged
paramvir
Administrator
Hero Member
Posts: 6310
Re: multi select cells to delete values
«
Reply #1 on:
March 13, 2014, 09:12:37 am »
There is a getSelection method which returns selected rows / cells.
There are methods which allow to add, update / delete data i.e. addRow, updateRow, deleteRow.
You can also work directly with dataModel.data which is an array of objects.
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
multi select cells to delete values