Xtratreelist direct display of data in an Access database table

Source: Internet
Author: User


1. New WinForm Project, add "New Item", select DataSet, open *.xsd file, right click in interface, add "TableAdapter", right click on link Database (*.mdb) in new control, add SQL statement. Compilation Engineering (F6)

2. Open the dialog box, select the toolbar, open the project name custom control in the toolbar, drag the dataset control, Departmentstableadapter control into the dialog box, and add it in the _load function: This.departmentsTableAdapter1.Fill (this.dataSet1.Departments);

3. Then drag into the display control (xtratreelist) and set the data source to: Dataset1,datamember: Corresponding table (departments)

Note: The properties of xtratreelist have parentfieldname items, set them as corresponding fields, and group them with fields.

Xtratreelist direct display of data in an Access database table

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.