I have datagridview on my winform and you can add and delete items from it. Although I am able to do that successfully, it acts weird.
It requires that its property RowCount be set to 1 or greater. Thus, there is always a single row of grid displayed at all time even when there is no item added to it.
How do you overcome this shortcoming? or Is there a way around it?
Thanks,