0
I have bind a dataset to the DataGrid.
this.dGCampagne.DataSource = this.dSCampaign;
this.dGCampagne.DataMember = "Campaign";
It works really very fine but when I have only 1 datarow in the DataSet sometimes I have this error but not all the times. When I have more than 1 datarow there is no problem !
I think it's the control because I really don't see in my code where is the problem, the DataBinding is Ok. And as I say I have bind no event to the DataGrid to see if it can help me.
0
What data have You bind to DataGrid? What's Your code?