views:

354

answers:

1

I have a master/detail setup using jqGrid and jQuery. Is it possible to have the detail grid use a different theme/skin than the master grid?

I see a setting to change the images folder, but it looks to me like grid.css would have to be the same for the entire page. Has anyone tried? Or do you have any suggestions for a workaround?

A: 

jqgrid-change-theme discusses having a jqgrid use a different theme than the rest of the site. You may be able to use the same principles to style one jqgrid differently from another.

Justin Ethier