|
this.MainGrid.AccessibleName = "Table";
this.MainGrid.AllowResizingColumns = true;
this.MainGrid.AutoGenerateColumns = false;
this.MainGrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.MainGrid.Location = new System.Drawing.Point(0, 0);
this.MainGrid.Name = "MainGrid";
this.MainGrid.SelectionMode = Syncfusion.WinForms.DataGrid.Enums.GridSelectionMode.SingleDeselect;
//resolve the reported problem by remove the below line
//this.MainGrid.SerializationController = null;
this.MainGrid.Size = new System.Drawing.Size(899, 300);
this.MainGrid.TabIndex = 0; |