DataGridViewColumnsCollectionEditor on VS 2008.

  • Thread starter Thread starter Mr. X.
  • Start date Start date
M

Mr. X.

Hello,
I want to use DataGridView.Columns at runtime (just the same as design
time),
with PropertyGrid element,
but when connecting propertyGrid (by selectedObject) to DataGridView,
nothing happens, when pressing to show DataGridViewColumnsCollectionEditor.

I find : http://www.developersdex.com/vb/message.asp?p=1120&r=5501708
This example is good for framework 4 (CollectionEditor object).
I have framework 3.5, and VS 2008 - Should I install new Visual Studio, or
just the framework is fine?

I need to do on runtime exactly as DataGridViewColumnsCollectionEditor does
on design time.
What is the solution for the above?

Thanks :)
 
Seems that the example is just fine.
I just need to add some references.

Another related thing,
I need to translate the object behind "Columns"
(DataGridViewColumnsCollection) to something I can save to database.
I don't know whether serialization solve that problem.

Thanks :)
 
Back
Top