Infragistics® WebGrid™ (NetAdvantage® for Web Client)
| Author |
|
| Company |
Infragistics |
| Source Code Available |
Yes |
| License Type |
Commercial |
| Submitted On |
November 04, 2009 |
| Updated on |
November 04, 2009 |
| .NET Framework |
2.0, 3.5 |
| Cost |
$995 |
Description

Fast, Flexible & Efficient AJAX Data Editing and Rendering
WebGrid™ is the fully-featured, hierarchical data grid control that allows you to display your data effectively.
Responsive
No-Touch AJAX, load-on-demand, and paging features to get optimal responsiveness for your data set.
Rich Data Entry
Embed any of our highly-functional data input controls that edit masked, numeric, date/time and multi-column combo box values; or customize your own flexible row editing template.
Spreadsheet Support
Enjoy Excel™-like copy and paste, export grid data to binary .XLS files, XPS or Adobe PDF documents, and process statistics or formula with the WebCalcManager™ calculation engine and its 100+ functions.
Deliver Data That Looks Great
With style libraries crafted by professional visual designers, emulating popular user interfaces like Office or Aero is easy, enabling you to focus your business requirements.
Much, Much More
Outlook™ Group-by functionality, filtering, sorting, column moving, client-side scripting, and many more features make the Infragistics WebGrid the leading ASP.NET data grid control available.
All NetAdvantage for Web Client controls you see in the Control Gallery ship together with an annual subscription. Benefits include regular updates, multiple feature-packed product releases for one year, full C# source code for our ASP.NET controls and designers, and code-level developer support.
Syntax Example
<!-- Master/Detail WebGrid bound to the Northwind Database.
Demonstrates custom row and cell template features. -->
<igtbl:UltraWebGrid id="UltraWebGrid1" runat="server" DataMember="Customers" DataSource="<%# nwindDataSet %>" Browser="Xml" Width="100%" OnDataBinding="UltraWebGrid1_DataBinding">
<DisplayLayout ViewType="Hierarchical" AllowUpdateDefault="Yes" CellClickActionDefault="RowSelect" AllowColSizingDefault="Free" SelectTypeRowDefault="Single" Version="4.00" RowHeightDefault="20px" AutoGenerateColumns="False" CompactRendering="False">
<HeaderStyleDefault Font-Names="Verdana" Font-Size="10pt" BorderStyle="Solid" BackColor="#0080C0" ForeColor="#FFFFFF">
<Padding Right="5px" Left="5px" />
<BorderDetails ColorLeft="LightGray" WidthTop="1px" WidthLeft="1px" ColorTop="White" />
</HeaderStyleDefault>
<RowSelectorStyleDefault BackColor="#0080C0">
<BorderDetails ColorBottom="LightGray" />
</RowSelectorStyleDefault>
<FrameStyle Width="100%" Height="350px" />
<RowExpAreaStyleDefault BackColor="White" />
<SelectedRowStyleDefault BackColor="LightGoldenrodYellow" ForeColor="DarkGray" />
<RowStyleDefault Font-Size="9pt" Font-Names="Verdana" BorderColor="Gray" BorderWidth="1px" BorderStyle="Solid">
<Padding Right="7px" Left="7px" />
</RowStyleDefault>
</DisplayLayout>
<Bands>
<igtbl:UltraGridBand BaseTableName="Customers">
<Columns>
<igtbl:UltraGridColumn Key="CustomerID">
<Header Caption="Customer ID" />
</igtbl:UltraGridColumn>
<igtbl:UltraGridColumn Key="CompanyName">
<Header Caption="Company Name" />
</igtbl:UltraGridColumn>
: :
</Columns>
<RowTemplateStyle BorderColor="White" BorderStyle="Ridge" BorderWidth="2px" BackColor="White" />
</igtbl:UltraGridBand>
<igtbl:UltraGridBand BaseTableName="Orders">
<Columns>
<igtbl:UltraGridColumn Key="CustomerID">
<Header Caption="CustomerID" />
</igtbl:UltraGridColumn>
<igtbl:UltraGridColumn Key="ShipAddress">
<Header Caption="ShipAddress" />
</igtbl:UltraGridColumn>
<igtbl:TemplatedColumn Width="150px" Key="Freight" DataType="System.Decimal">
<CellTemplate>
<em style="FONT-SIZE: 9pt; FONT-FAMILY: Verdana">Freight</em>:
<asp:Label id="Label1" runat="server" BorderColor="#CCCCCC" Font-Names="Verdana" Font-Size="9pt" BorderWidth="1px" BorderStyle="Solid" BackColor="#666666" Width="90px" ForeColor="White">$ <%# Container.Value %></asp:Label>
</CellTemplate>
<Header Caption="Freight" />
</igtbl:TemplatedColumn>
: :
</Columns>
</igtbl:UltraGridBand>
</Bands>
</igtbl:UltraWebGrid>Screenshots
Reviews
Submit a review