D
David McWright
Hello All,
I have a DataGridView bound to a BindingSource whose DataSource is
a List<T>. If the List<T> has any items in it, the DataGridView
correctly creates columns appropriate for T and shows the data.
Additionally, it shows the "new row" at the bottom. However, if the
List<T> is empty, say before any user data is entered, then there is
no "new row". Can any one suggest a way to get the "new row" showing?
Best Regards,
David
I have a DataGridView bound to a BindingSource whose DataSource is
a List<T>. If the List<T> has any items in it, the DataGridView
correctly creates columns appropriate for T and shows the data.
Additionally, it shows the "new row" at the bottom. However, if the
List<T> is empty, say before any user data is entered, then there is
no "new row". Can any one suggest a way to get the "new row" showing?
Best Regards,
David