DataGridViewColumnCollectionEditor on runtime.

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

Mr. X.

Hello,
I want to run the DataGridViewColumnCollectionEditor on runtime, by using
propertyGrid.
When connect propertyGrid to DataGridView,
This is (almost) the only property that when clicking aside on the button
near the "Columns" property in propertyGrid :
I don't see any propertyEditor open.

How can I use System.Windows.Forms.Design.DataGridViewColumnCollectionEditor
on runtime
(I need also to load & retrieve that data from database/disk)?

Thanks :)
 
Back
Top