We need to know everything on how to customize the standard .NET collection editor, where shall we look?
Asked
Active
Viewed 1,947 times
0
-
Have you ever found a good soultion for this? I'm in the same boat you where in 3 years ago... – greggorob64 Jul 21 '14 at 18:46
-
There absolutely no doc on the subject. We gave up. – abenci Aug 05 '14 at 14:03
1 Answers
1

abhilash
- 5,605
- 3
- 36
- 59
-
-
-
@AB Kolan: For example changing the Add button to a DropDown list supporting different type of objects to be added. – abenci May 11 '11 at 07:30
-
-
In that case you would require something a little more advanced than the collection editor. An [UI Type Editor](http://msdn.microsoft.com/en-us/library/ms171840.aspx) may be? – abhilash May 11 '11 at 07:34
-
@AB Kolan: Yes, we own this book. No, I am talking about the collection editor dialog. When you edit a collection you see a standard dialog with tha Add and Remove buttons. I saw that the Add button can be customized. – abenci May 11 '11 at 07:55
-
[How to Edit and Persist Collections with CollectionEditor](http://www.codeproject.com/KB/cs/dzcollectioneditor.aspx) on CodeProject – abhilash May 11 '11 at 08:05
-