ComponentOne GridView for ASP.NET AJAX: ComponentOne GridView for ASP.NET AJAX Overview > Upgrading From WebGrid for ASP.NET

Upgrading From WebGrid for ASP.NET

If you're currently a user of the C1WebGrid control, you may find GridView for ASP.NET AJAX to both be very familiar and different. While GridView for ASP.NET AJAX includes all the functionality of WebGrid for ASP.NET, some features were added and several object model changes were made to ensure compatibility with the standard Microsoft GridView control.

Key Differences

      C1GridView is in the C1.Web.UI.Controls.C1GridView namespace.

      C1GridView requires that a ScriptManager control be included on the page.

      Many C1WebGrid properties, events, classes, and enumerators have been renamed or removed in C1GridView. For example: the Items collection in C1WebGrid has been renamed to Rows in C1GridView. This means that most places where "Item" appears in code will need to be changed to "Row". For details of differences, see Renamed Members and Removed Members.

New Features

Several new features were added to C1GridView, including Visual Styles, advanced scrolling, and filtering. Several types and class members were added to support these new features. For more information, see New Members.


Column Changes

Renamed Members

New Members

Removed Members


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.