jquery - ASP.NET MVC routing with jqGrid -
I am trying to create a link in a URL such as home / details / 1 JqGrid column
Documentation reveals: Sholink {baseLinkUrl: '', show action: 'show', adeparam: '& amp; Amp; Key = 2 '} Note: AddParam in & amp;
For example: formatter: 'showlink', formatoptions: {baseLinkUrl: 'someurl.php', addParam: 'and action = edit'} This output will be: http: // localhost / someurl.php ? Id = 123 & amp; Action = edit
Has anyone used the farmstate to create a path instead of the query string?
I have not used jqGrid but as far as I can tell, you have addParam < / Code> should not be set to anything, because it will only add as a query string, try setting your path on baseLinkUrl .
Comments
Post a Comment