DataGrid Configuration - Property Builder "missing"

  • Thread starter Thread starter Steve Harclerode
  • Start date Start date
S

Steve Harclerode

Hi,

When I used Visual Studio 2002, I was able to add / delete colums from a
DataGrid at design time using a "property builder". Now I'm using Visual
Studio 2005, the "property builder" option seems to be missing. How can I
get to it?

Thanks,
Steve
 
Steve,

There should be a fly out menu that will allow you to add/remove
columns. Look for an arrow in the upper right hand corner.

Hope this helps.
 
There is a fly out menu, but no option to change columns or edit properties.

I switched to using a DataGridView, and that works better.
 
Back
Top