Hi
Maybe i am missing something very obvious here. I have added a xamWebGrid to my surface. I have turned AutoGeneratedColumn headers to False. Now I want to add my own columns. In VS2010 when I go to Properties - Columns the add button in disabled and I am told the "Property editing is not available". If I try to add columns using Blend 3 and try to add a text column it only adds a ColumnBase type column.
Any Ideas
Hi,
So, in VS 2010 there was an issue where it can't find our types by default. I've corrected this issue and it will be in the next SR.
As for Blend it should work fine. It may say ColumnBase in the editor, however, it does actually generate TextColumn's in the xaml. And it does show the correct properties for that specific column.
-SteveZ