UI for ASP.NET AJAX
ASP.NET AJAX Grid
- Robust ASP.NET AJAX Grid component for flawless data visualization. Supporting codeless data binding, paging, sorting, filtering, export and many more features.
- Part of the Telerik UI for ASP.NET AJAX library along with 120+ professionally designed UI components.
- Includes support, documentation, demos, virtual classrooms and more!
https://www.telerik.com/products/aspnet-ajax/documentation/controls/grid/overviewControls / Grid / Overview
WebForms Grid Overview
Telerik RadGrid is designed to eliminate the typical trade-off associated with ASP.NET grid controls — rich functionality at the expense of weight and performance. Thanks to its innovative architecture, RadGrid is extremely fast and generates very little output. Added to this is true cross-browser support — all major/modern browsers, see Browser Support - Telerik UI for ASP.NET AJAX
To create a basic
RadGrid:
- ensure you have a script manager on the page (use <asp:ScriptManager> tag to declare one)
- use the <telerik:RadGrid> tag to declare the grid and to set its global properties
- use its
DataSource(orDataSourceID) property to reference the variable (or the DataSource component) that will hold your collection of data, see Telerik RadGrid Data Binding Basics - use the <telerik:MasterTableView> to declare your main table and set its properties
- use the appropriate grid column tags to declare columns depending on the data type of their content. Set the
DataFieldproperty to point at the name of the model field, see Column Types
No comments:
Post a Comment