CollectionEditor question. [modified]
C#
1
Posts
1
Posters
0
Views
1
Watching
-
How to add for example all Columns from DataTable or DataSet into control`s (DataGrid) Collection drop down list. For example I have DataTable and DataGrid, I connect those two and in Collection , each item in collection has few properties one of them is "Column" property, now when i want to chose witch Column I want, all columns should be displayed in drop down list (trought UITypeEditor), but problem is how to do it ? How to pass column names to item(s) ?! My English is bad i know :D Thanks