Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
571
xamWebGrid - Cannot add columns
posted

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

 

Parents
No Data
Reply
  • 40030
    Offline posted

    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

Children
No Data