Was wondering if there's a way to get current page url when you are inside your grid. Like in the example below if you are inside the "gridView", how do you get the Current Page URL?
Eg if you are rendering your grid as follow with the property of your grid called "content" and your grid view called "gridView" @Model.Content.GetGridHtml("content", "gridView")
How to get Current Page Url inside grid
Was wondering if there's a way to get current page url when you are inside your grid.
Like in the example below if you are inside the "gridView", how do you get the Current Page URL?
Eg if you are rendering your grid as follow with the property of your grid called "content" and your grid view called "gridView"
@Model.Content.GetGridHtml("content", "gridView")
Thanks
is working on a reply...