WebGrid 7 ColumnSet Error object reference not set to an instance of an object

Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback

 Hello,

I'm trying to define a column set with the webgrid.Net Designer.

As soon as I click "apply", the designer doesn't show anymore my webgrid control and display an error message "Error Rendering Control" - an unhandled exception has occured

Object reference not set to an instance of an object.

 I'm just trying to add :

<ColumnSetSettings GridLineColor="DarkGray" GridLines="Both"  ShowHeaders="Yes" />
                              <ColumnSets>
                                  <ISWebGrid:WebGridColumnSet Caption="test" Name="csEmpty" Width="300px">
                                    <Layout>
                                        <ISWebGrid:WebGridRowLayout ColumnMember="ProductId" Width="150" />
                                    </Layout>
                                    <HeaderStyle HorizontalAlign="Center" />
                                  </ISWebGrid:WebGridColumnSet>
                              </ColumnSets>

 

A run-time error also occurs...

Do you have any idea ?

I thank you in advance,

Nicolas

 

All times are GMT -5. The time now is 5:53 PM.
Previous Next