You must Sign In to post a response.
  • Category: ASP.Net MVC

    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.
  • #768780
    Hai Rajesh,
    To create the Hyperlink column in your JQ Grid, you need to first create a hyperlink and then add to the column with all the details, like Name, text, hyperlink, and hRef for the Hyperlink.
    Below is the link which will give you the option of code so that you can have the similar code for your solution implementation:

    http://www.trirand.net/forum/default.aspx?g=posts&t=2757
    http://200oksolutions.blogspot.my/2013/05/java-various-ways-to-create-hyperlink.html

    Hope it will be helpful to you.

    Regards,
    Pawan Awasthi(DNS MVM)
    +91 8123489140 (whatsApp), +60 14365 1476(Malaysia)
    pawansoftit@gmail.com


  • Sign In to post your comments