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 Grid (free version)
»
need get data of cells when click in the row
« previous
next »
Print
Pages: [
1
]
Author
Topic: need get data of cells when click in the row (Read 2213 times)
eriks
Newbie
Posts: 1
need get data of cells when click in the row
«
on:
April 20, 2017, 11:04:00 pm »
i need put the text from the cells in another input when i click on the row
how i do this
Logged
paramvir
Administrator
Hero Member
Posts: 6310
Re: need get data of cells when click in the row
«
Reply #1 on:
April 20, 2017, 11:15:56 pm »
you can get the content of cell with cellClick event.
Code:
[Select]
cellClick: function(evt, ui){
var val = ui.rowData[ui.dataIndx];//use it anywhere.
}
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Grid (free version)
»
need get data of cells when click in the row