Showing and handling hyperlink in jq grid column.
Hi Team,I am using jquery jq grid in one of my asp.net mvc pages in which I have multiple columns.
I need to display one of the column with hyperlink in each row. My requirement is to open a new browser window and show some data inside it when I hit on hyperlink of any row.
The data to be shown in browser window comes from db table. For this I am thinking of invoking a ajax call back which fetches data from server and pastes it in a browser window using window.open().
Kindly let me know how to display hyperlink in grid column and how to handle client ajax call back in asp.net mvc.