1

This is the colModel:

....

{ name: 'jobid', index:'jobid', formatter:'showlink', 
   formatoptions:{baseLinkUrl:'display.php', addParam:'&jobid=jobid&jobstack=jobstack'}
},
{ name: 'jobstack', index:'jobstack', editable: true },

....

as you can see, my intention is to create an external link that holds the get value of name and jobstack, and I just can't figure out how to get the values right. I have check the documentation but i didn't find any.

Please help.

Saint Dee
  • 985
  • 6
  • 21
  • 43

1 Answers1

0

It seems to my that you should better use custom formetter instead of 'showlink' formatter. See the answer, this one or the answer for details and for code examples. Alternatively you can use unobtrusive style for creating of external links. See here for details.

Community
  • 1
  • 1
Oleg
  • 220,925
  • 34
  • 403
  • 798