Hi all,
I have a DataGridView control in my Windows Forms application. I am
binding it to a DataTable in another assembly. The name of the assembly is
ActivityListDAL C. I want to bind my grid to
ActivityListDat aSet.ActivityLi stDataTable in this assembly. I selected this
DataTable in the grid's Properties window and it added a component called
ScheduledCallDa taTableBindingS ource to my form. I can also see the column
names in my grid. But when I run the application, the grid displays no row.
Do I need to do anything in the form's load event to make sure the grid gets
populated?
Thanks in advance.
I have a DataGridView control in my Windows Forms application. I am
binding it to a DataTable in another assembly. The name of the assembly is
ActivityListDAL C. I want to bind my grid to
ActivityListDat aSet.ActivityLi stDataTable in this assembly. I selected this
DataTable in the grid's Properties window and it added a component called
ScheduledCallDa taTableBindingS ource to my form. I can also see the column
names in my grid. But when I run the application, the grid displays no row.
Do I need to do anything in the form's load event to make sure the grid gets
populated?
Thanks in advance.
Comment