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
»
Relocating the grid
« previous
next »
Print
Pages: [
1
]
Author
Topic: Relocating the grid (Read 2621 times)
elearnster
Pro Economy
Newbie
Posts: 20
Relocating the grid
«
on:
September 25, 2014, 09:32:10 pm »
When we initialize the Grid, we locate it inside a bootstrap nav-tab. Everything works great. If we want to relocate the grid when the grid is being edited, is there a way to have the grid appear inside of a new dialogue box?
eLearnster
Logged
paramvir
Administrator
Hero Member
Posts: 6298
Re: Relocating the grid
«
Reply #1 on:
September 26, 2014, 02:13:25 pm »
It can be moved to a new container/location with jQuery append followed by refresh of the grid.
$("#container_new").append( $grid );
$grid.pqGrid( 'refresh' );
«
Last Edit: September 26, 2014, 06:08:02 pm by paramquery
»
Logged
elearnster
Pro Economy
Newbie
Posts: 20
Re: Relocating the grid
«
Reply #2 on:
September 26, 2014, 11:37:19 pm »
Thank you!!!
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
Relocating the grid