customizing datagrid
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi folks, I am kinda new to this .NET world. I am basically trying to inherit datagrid and create a class library with custom events and functions. Everything works fine expect when i make anychanges to the datagrid properties in design mode using the properties window. It comes up saying 'Object not set to an instance'. I am able to manipulate the code programatically, but not able to set any properties to my derived datagrid control in desing mode. Did anybody had any similar experience??