I'm using DatagridView in my project. I have to Add a DataGridView in Each form that i created. And in each form i have to Add some similar code blocks in this case. Instead of that i want to create a control library. In the library i want to implement my own behaviour (override default behaviour of that contol) .
Can anybody please help me in this regards? .How to create a custom Datagridview (inherited from the DatagridVview provided in .net) with our own behaviours in c#.net.