This question is locked. New answers and comments are not allowed.
Hi ,
I have implemented grid control in my MVC application.
url to the grid page : ~/controller/action/2
when i edit a record and want to cancel the edit he send me back to: ~/controller/action/
how can i override the url with extra {id=Model.id,} so the result will be: /controller/action/2 ?
Thank you
Ori
I have implemented grid control in my MVC application.
url to the grid page : ~/controller/action/2
when i edit a record and want to cancel the edit he send me back to: ~/controller/action/
how can i override the url with extra {id=Model.id,} so the result will be: /controller/action/2 ?
Thank you
Ori