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?
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?