J
Jonas Knaus
hi there...
i fill my datagrid with a DataTable :
DataTable DA = new DataTable();
sqlDA.Fill(DA);
dataGridAdresse.DataSource = DA;
now i would like to formate my datagrid but i don't know how to use
tableStyle with DataTable.
who do i set the width of a certain column ??
is there anyone who could help me or provide me some example ???
thank you very much !!!
jonas knaus
(e-mail address removed)
i fill my datagrid with a DataTable :
DataTable DA = new DataTable();
sqlDA.Fill(DA);
dataGridAdresse.DataSource = DA;
now i would like to formate my datagrid but i don't know how to use
tableStyle with DataTable.
who do i set the width of a certain column ??
is there anyone who could help me or provide me some example ???
thank you very much !!!
jonas knaus
(e-mail address removed)