hi all, i'm learning jqgrid and i have some question: 1) how i can make a column with a button or image for do some stuff like insert new record, delete record etc
2) how i can change column header or take it from label of a field? 3) how i setup width with a % and not with a fixed pixel number? 4) how i can hidden the id column? (if i don't show it the dable don't work) 5) how i can setup multi line field? 6) how i can replace the value of a field with an image (for boolean field i want a green V for true value and a red X for false value) 7) how i can use the double click event on a table row and call a function sending id of the cliccked row? thanks for help