JQGRID--API, website demo, editor

Source: Internet
Author: User
Tags jqgrid

API Reference:

http://blog.csdn.net/hurryjiang/article/details/7551477

Website Demo:

Http://www.trirand.com/blog/jqgrid/jqgrid.html

Enter edit state for cell:

1 Add three parameters to the Colmodel:

Editable:true,
EditType: "checkbox",
Editoptions: {
Value: "Run: Stop"
}

2 Listen for select event (Onselectrow), after the event is triggered, execute the following code:

Turn on the currently selected line, open the edit state (id:rowid,;true: Start keyboard event-->>enter: Confirm the modification. ESC: Do not change, return directly)

Chart.gridObj.editRow (ID, true);

Edit, restore, and save methods in Jqgrid are as follows:

Edit
$ ("#test"). Editrow (ID, true);
Restores
$ ("#test"). Restorerow (ID);
Save
$ ("#test"). Saverow (ID);
//});

Jqgrid Edit Status, can refer to:

http://blog.csdn.net/mengtianyalll/article/details/13510311

http://blog.csdn.net/seng3018/article/details/7224476

JQGRID--API, website demo, editor

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.