Controlled hyperlink hijaxing
- by Izmoto
I am working on a web application.
I have a data grid with a 'commands' column that has hyperlinks for some common CRUD operations (Edit, Delete, etc).
When a user clicks on say the Edit hyperlink, I retrieve the unique identifier for the data grid row and load a modal form dialog (i am using jQuery UI) so the user is able to edit the row data…