DataGrid -שגיאה

  • פותח הנושא ppl1
  • פורסם בתאריך

ppl1

New member
DataGrid -שגיאה

יצרתי dataGrid וקישרתי אותו ל-DataSet אבל אני מקבלת את השגיאה- The data grid table style collection alrady contains a table style" with the same mapping name " מישהו יודע איך לפתור את זה? תודה Dim tablestyle As New DataGridTableStyle tablestyle.DataGrid = DataGrid1 tablestyle.MappingName = "ex ( DataGrid1.TableStyles.Add(tablestyle Dim columnStyle1 As DataGridTextBoxColumn = New DataGridTextBoxColumn columnStyle1.HeaderText = "number columnStyle1.MappingName = "fNum ( tablestyle.GridColumnStyles.Add(columnStyle1 DataGrid1.DataSource = dsAdd.Tables(0
 
למעלה