Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CollectionEditor does not exist!

Status
Not open for further replies.

keyser456

IS-IT--Management
Nov 21, 2003
73
US
Ok, I have this great new datagridcolumnstyle I created but the only way I can use it is if I manually create the tablestyle and all associated columnstyles. The designer does not list my custom columnstyle as one of the selectable options (only textboxcolumn and boolcolumn are available).

So I did some reading and discovered a way to integrate my custom columnstyle into my designer. In the solution is the class System.ComponentModel.Design.CollectionEditor. For whatever reason, my designer doesn't contain this class. Microsoft lists this class on their website. Why wouldn't I have it and what can I do to add it?
 
Yes, I am dumb. I forgot to add a reference to System.Design in my references. 1 problem solved, a million more created. I figure right around the time I solve all these problems and master .NET Microsoft will release a new operating system, programming language, and/or framework requiring me to start from scratch again. I love technology!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top