I can not see my datas in a DevExpress.XtraGrid.GridControl

  • Thread starter Thread starter Carolina Albea via .NET 247
  • Start date Start date
C

Carolina Albea via .NET 247

I use DevExpress.XtraGrid.GridControl to create a grid, and I will set up it with datas from a text editor.
I use:
gridControlJournal.DataSource = dataTable;
and when I bild and debug the solution, all the datas are in my gridcontrol (They are in gridControlJournal.DataSource.Rows.ItemArray) but I can't see them in my grid.

Can somebody help me?
 
Back
Top