Add a link for modifying and deleting jqGrid data rows (one)

Source: Internet
Author: User
Tags jqgrid

I am not using the built-in edit and delete operations of jqGrid here. I have deleted the edits, deletions, and searches in the navigation bar on the page, $ ("# list1 "). navGrid ("# pager1", {edit: false, del: false, search: false}). After the data is loaded, add a link to the row for modification and deletion.

The jqGrid completed event is gridComplete: function () {} (it can be understood that all data is ready), because the json data obtained from the database has not been modified or deleted, therefore, the subsequent processing is to cyclically add the two links for each row in the gridComplete event and add the onclick event to them. First look:


The modified operation uses the dialog pop-up window of jquery ui. The running effect is as follows, in this confirmation button event)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.