Temporarily resolve errors in the DataGrid control data binding when the XXX field does not belong to the XXX table

Source: Internet
Author: User
Datagrid|datagrid Control | error | timing | resolution | data

Using System;
Using System.Collections;
Using System.ComponentModel;
Using System.Drawing;
Using System.Data;
Using System.Windows.Forms;

Namespace Device.Forms.UI.Grids
{
<summary>
Summary description of the Newdatagrid.
</summary>
public class Newdatagrid:datagrid
{
<summary>
The required designer variable.
</summary>
Private System.ComponentModel.Container components = null;

Public Newdatagrid ()
{
This call is required for the Windows.Forms form designer.
InitializeComponent ();

TODO: Add any initialization after the InitializeComponent call

}

<summary>
Clean up all resources that are in use.
</summary>
protected override void Dispose (bool disposing)
{
if (disposing)
{
if (Components!= null)
{
Components. Dispose ();
}
}
Base. Dispose (disposing);
}

Code generated #region Component Designer
<summary>
Designer supports the desired method-do not use the Code Editor
Modify the contents of this method.
</summary>
private void InitializeComponent ()
{
//
Newdatagrid
//
This. Name = "Newdatagrid";
This. Load + = new System.EventHandler (this. Newdatagrid_load);

}
#endregion

protected override void OnEnter (EventArgs e) {
try{
Base. OnEnter (e);
}
catch{
Return
}
}

}
}




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.