J
Jens Strom
why i have no datas in my datagrid but i have 16 rows but no columns.
16 rows that is the correct rows for all my datas but i dont see thes datas
in my datagrid.
someone a idea?
Thanks Jens
// Set up the DataAdapter and fill the DataSet
da.SelectCommand = cmdSelect;
da.UpdateCommand = cmdUpdate;
da.DeleteCommand = cmdDelete;
dataGridTableStylePeriode.GridColumnStyles.Add(dataGridTextBoxColumnID);
dataGridTableStylePeriode.GridColumnStyles.Add(dataGridTextBoxColumnName);
// etc...
dataGridClient.TableStyles.Add(dataGridTableStyleClient);
da.Fill(ds, "tblClient");
dataGridClient.SetDataBinding(ds, "tblClient");
16 rows that is the correct rows for all my datas but i dont see thes datas
in my datagrid.
someone a idea?
Thanks Jens
// Set up the DataAdapter and fill the DataSet
da.SelectCommand = cmdSelect;
da.UpdateCommand = cmdUpdate;
da.DeleteCommand = cmdDelete;
dataGridTableStylePeriode.GridColumnStyles.Add(dataGridTextBoxColumnID);
dataGridTableStylePeriode.GridColumnStyles.Add(dataGridTextBoxColumnName);
// etc...
dataGridClient.TableStyles.Add(dataGridTableStyleClient);
da.Fill(ds, "tblClient");
dataGridClient.SetDataBinding(ds, "tblClient");