Dear jQWidgets Team
The asp.net CRUD example in the asp.net integration section seems to be messed up.
Step 9 looks like a block of PHP (it should be ASP.NET).
I think us absolute beginners would benefit if this example was corrected and updated please.
I am using VB.NET, MVC5, Entity Framework Database first, and the grid is successfully displaying records in the index page, but how would I pass the ID of the selected row in the grid to open the details page.
Something like:
@Html.ActionLink(“Details”, “Details”, New With {.id = dataAdapter.EmployeeID })
Cheers
Brendons