Posts by Carlos Nogueira • 31 points
2 posts
-
1
votes2
answers1229
viewsA: Scroll through a table (grid) Razor MVC
I was able to recover the value of the grid using ajax. After the grid values are changed the user clicks on the "Save Changes" button, this button executes the ajax that traverses the table and…
-
2
votes2
answers1229
viewsQ: Scroll through a table (grid) Razor MVC
I have a table that is filled by a Model in HTML Razor in a partialView, a field of that table I left as editable using the @Html.TextBoxFor. After the user edit this field need to update in DB, but…