Forum

November 2nd, 2014
A A A
Avatar

Lost password?
Advanced Search

— Forum Scope —




— Match —





— Forum Options —





Minimum search word length is 3 characters - maximum search word length is 84 characters

The forums are currently locked and only available for read only access
sp_Feed Topic RSS sp_TopicIcon
Clone jqGrid
22/10/2009
03:38
Avatar
KusTov
Israel
Member
Members
Forum Posts: 15
Member Since:
12/08/2009
sp_UserOfflineSmall Offline

Hello

Is it possible to clone Grid ?

I tried to clone "clients" grid to "clients_tmp":

jQuery("#clients_tmp").clone( jQuery("#clients") );

It doesn't throw error but do nothing.

Thanks

22/10/2009
05:56
Avatar
Rumen[Trirand]
Moderator
Members

Moderators
Forum Posts: 81
Member Since:
08/10/2009
sp_UserOfflineSmall Offline

jQuery clone is only intended to clone HTML elements, as far as I can tell. It is just not possible to clone complex object like jqGrid with that.

As far as I can tell, this can be relatively easy to do if you just replicate your jQuery init script (with different IDs).

Regards,

Rumen Stankov

Trirand ASP.NET WebForms & MVC components based on jQuery & ThemeRoller

http://www.trirand.net

27/10/2009
02:48
Avatar
tony
Sofia, Bulgaria
Moderator
Members

Moderators
Forum Posts: 7721
Member Since:
30/10/2007
sp_UserOfflineSmall Offline

Hello,

As Rumen say - it is not a good idea.Moreover this will not work, since the grid is enclosed in many div's

you can

var mygrid  = {...her jqGrid properties};

$("#grid1").jqGrid(mygrid);

.....

$("#grid2").jqGrid(mygrid);

For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.

17/12/2012
19:11
Avatar
sorin_postelnicu
New Member
Members
Forum Posts: 2
Member Since:
22/11/2012
sp_UserOfflineSmall Offline

Dear Tony,

Is there any way to clone an existing jqGrid without knowing the original jqGrid properties? I mean: to create a new jqGrid by copying all the properties from an existing grid.

Is there a function to retrieve all the properties of an existing grid, then maybe also override some of them, and then to create a new grid with these properties?

Thanks!

Sorin

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

Currently Online:
39 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

OlegK: 1255

markw65: 179

kobruleht: 144

phicarre: 132

YamilBracho: 124

Renso: 118

Member Stats:

Guest Posters: 447

Members: 11373

Moderators: 2

Admins: 1

Forum Stats:

Groups: 1

Forums: 8

Topics: 10592

Posts: 31289

Newest Members:

, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.com

Moderators: tony: 7721, Rumen[Trirand]: 81

Administrators: admin: 66

Comments are closed.
Privacy Policy   Terms and Conditions   Contact Information