ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Editing grid item on a different page/view ?
Title:
B
I
{code}
?
How can I edit an item from the grid without using a Popup but instead show the edit form on a different page ?
Save Changes
Cancel
dear
asked at 29 Oct 2016
Answers
B
I
{code}
?
having your `key = "Id"` we can add an column for the edit button like this: new Column { ClientFormat = "<a class='awe-btn' href='" + Url.Action("Edit", "Home", new { id = ".Id" }) + "'>Edit</a>" }, and now you just have to have the `Edit` action on the `Home` controller, and that action needs to return the edit view
Save Changes
Cancel
Omu
answered at 29 Oct 2016
worked. thank a lot
at 30 Oct 2016
dear
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK