DataGridViewColumnsCollectionEditor on VS 2008.

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 :)
 
M

Mr. X.

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 :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top