ExtJS Learning Notes (4) _editorgridpanel (editable grid controls)

Source: Internet
Author: User

In this section, we'll see ExtJS's powerful editable grid controls, almost as much as the vs.net GridView feature, but the ExtJS is a pure JS UI

A. Static example (from the official example of ExtJS)

A. Because we're using XML as a data source, we post XML content here

Code
<?xml version="1.0" encoding="utf-8"?>
<catalog>
 <plant>
  <common>红竹</common>
  <botanical>产自加拿大</botanical>
  <zone>4</zone>
  <light>喜阴</light>
  <price>2.44</price>
  <availability>03/15/2006</availability>
  <indoor>0</indoor>
 </plant>
 <plant>
  <common>紫罗兰</common>
  <botanical>Erythronium americanum</botanical>
  <zone>4</zone>
  <light>半阴半光</light>
  <price>9.04</price>
  <availability>02/01/2006</availability>
  <indoor>1</indoor>
 </plant>
</catalog>

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.