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
»
How can I access the dom object for the grid-overay of the selectionModel?
« previous
next »
Print
Pages: [
1
]
Author
Topic: How can I access the dom object for the grid-overay of the selectionModel? (Read 395 times)
tbum
Pro Ultimate
Newbie
Posts: 11
How can I access the dom object for the grid-overay of the selectionModel?
«
on:
June 30, 2022, 02:18:07 pm »
How can I access the dom object for the grid-overay of the selectionModel?
I want to set different colors depending on the selected area position.
Logged
paramvir
Administrator
Hero Member
Posts: 6310
Re: How can I access the dom object for the grid-overay of the selectionModel?
«
Reply #1 on:
July 01, 2022, 12:10:07 pm »
class of the selection overlay is "pq-grid-overlay r11c12r21c23" so you can add the style according to the selected area.
class r11c12r21c23 implies r1: 1, c1: 2, r2: 1, c2: 3
Logged
tbum
Pro Ultimate
Newbie
Posts: 11
Re: How can I access the dom object for the grid-overay of the selectionModel?
«
Reply #2 on:
July 01, 2022, 01:49:35 pm »
Thank you
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
How can I access the dom object for the grid-overay of the selectionModel?