Hellou Abu!
How to reduce the font in detail grid
Without changing it in the main grid.
Substitution styles work on both :/
Regards
Torin
1 Answers
With reference to faq: http://www.phpgrid.org/faqs/#24
You can extend class name with gbox_{grid_id} e.g.
<style>
#gbox_list2.ui-jqgrid {font-size:10px; font-family:"arial";}
</style>
This way only list2 style will change.
Your Answer