tags:

views:

14

answers:

1

Hi.. I am using the jqgrid to display the data in my project... I am using firrbug to inspect the created table... But as i can see is that table columns, width created is hardcoded... Wherein i want to give it in percentages..... Is there any way wherein i can customize the element style of jqgrid?????

A: 

Have a look at this post here

Defining column widths in the initial table structure and setting shrinkToFit causes the widths to be treated as percentages

Byron Cobb