please read the jqgrid documentation. the form view is just the default editor for editing a row, you can use your own. when you supply your own, it can use any url, and emit any html.
bruce (sqlwork.com)
Marked as answer by micnie2020 on Mar 23, 2012 12:25 AM
micnie2020
Member
306 Points
523 Posts
JQGRID FormView Custom URL
Mar 18, 2012 12:25 PM|LINK
Dear ALl,
Can i make custom url for formview instead using built-in one?
eg: Jqgrid ViewGridRow with pass in custom url
Please advise.
Thank you.
Regards,
Micheale
Ken Tucker
All-Star
16797 Points
2608 Posts
MVP
Re: JQGRID FormView Custom URL
Mar 18, 2012 12:44 PM|LINK
Yes you can make custom urls for an mvc website with routing
http://weblogs.asp.net/scottgu/archive/2007/12/03/asp-net-mvc-framework-part-2-url-routing.aspx
Space Coast .Net User Group
micnie2020
Member
306 Points
523 Posts
Re: JQGRID FormView Custom URL
Mar 18, 2012 01:32 PM|LINK
SOrry Ken,
Your solution is not wa=hat i looking for.
JQGrid have Built-In FormView. But i want to do custom url. Mean when click on details icon, it'll pop up my SSRS Report. Not the built-in form view.
Can anyone advise me how to do it.
Thank you.
Regards,
Micheale
bruce (sqlwo...
All-Star
36644 Points
5432 Posts
Re: JQGRID FormView Custom URL
Mar 18, 2012 09:26 PM|LINK
please read the jqgrid documentation. the form view is just the default editor for editing a row, you can use your own. when you supply your own, it can use any url, and emit any html.