//
// lmpackagingDataGridViewTextBoxColumn
//
this.lmpackagingDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.lmpackagingDataGridViewTextBoxColumn.DataPropertyName = "lm_packaging";
this.lmpackagingDataGridViewTextBoxColumn.DataSource = this.packageBindingSource;
this.lmpackagingDataGridViewTextBoxColumn.DisplayMember = "PKG_DESC";
this.lmpackagingDataGridViewTextBoxColumn.HeaderText = "Packaging";
this.lmpackagingDataGridViewTextBoxColumn.Name = "lmpackagingDataGridViewTextBoxColumn";
this.lmpackagingDataGridViewTextBoxColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.lmpackagingDataGridViewTextBoxColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.lmpackagingDataGridViewTextBoxColumn.ValueMember = "PKG_ID";
thank you
Replies
Know the answer? Post it — somebody with the same question will find it here.