Dear friends
I have a problem with overriding the DataSource Property of DataGridView.
I wonder if anyone can help me to find good solution for this issue .
Thank you .
I have a problem with overriding the DataSource Property of DataGridView.
I wonder if anyone can help me to find good solution for this issue .
Code:
public class myGrid : DataGridView
{
// how can I override the DataSource Property
}
Comment