HomeCommunityControl GalleryData & XMLMaster-DetailInfragistics® WebGrid™ (NetAdvantage® for Web Client)

Infragistics® WebGrid™ (NetAdvantage® for Web Client)



Submit a Review

5,072 Downloads

55,617 Views


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

<span style="color:green">&lt;!-- Master/Detail WebGrid bound to the Northwind Database. Demonstrates custom row and cell template features. --></span> <span style="color:maroon"> &lt;igtbl:UltraWebGrid id="UltraWebGrid1" runat="server" DataMember="Customers" DataSource="&lt;%# nwindDataSet %>" Browser="Xml" Width="100%" OnDataBinding="UltraWebGrid1_DataBinding"> &lt;DisplayLayout ViewType="<span style="color:red">Hierarchical</span>" AllowUpdateDefault="Yes" CellClickActionDefault="RowSelect" AllowColSizingDefault="Free" SelectTypeRowDefault="Single" Version="4.00" RowHeightDefault="20px" AutoGenerateColumns="False" CompactRendering="False"> &lt;HeaderStyleDefault Font-Names="Verdana" Font-Size="10pt" BorderStyle="Solid" BackColor="#0080C0" ForeColor="#FFFFFF"> &lt;Padding Right="5px" Left="5px" /> &lt;BorderDetails ColorLeft="LightGray" WidthTop="1px" WidthLeft="1px" ColorTop="White" /> &lt;/HeaderStyleDefault> &lt;RowSelectorStyleDefault BackColor="#0080C0"> &lt;BorderDetails ColorBottom="LightGray" /> &lt;/RowSelectorStyleDefault> &lt;FrameStyle Width="100%" Height="350px" /> &lt;RowExpAreaStyleDefault BackColor="White" /> &lt;SelectedRowStyleDefault BackColor="LightGoldenrodYellow" ForeColor="DarkGray" /> &lt;RowStyleDefault Font-Size="9pt" Font-Names="Verdana" BorderColor="Gray" BorderWidth="1px" BorderStyle="Solid"> &lt;Padding Right="7px" Left="7px" /> &lt;/RowStyleDefault> &lt;/DisplayLayout> &lt;Bands> &lt;igtbl:UltraGridBand BaseTableName="<span style="color:red">Customers</span>"> &lt;Columns> &lt;igtbl:UltraGridColumn Key="<span style="color:red">CustomerID</span>"> &lt;Header Caption="Customer ID" /> &lt;/igtbl:UltraGridColumn> &lt;igtbl:UltraGridColumn Key="CompanyName"> &lt;Header Caption="Company Name" /> &lt;/igtbl:UltraGridColumn> : : &lt;/Columns> &lt;RowTemplateStyle BorderColor="White" BorderStyle="Ridge" BorderWidth="2px" BackColor="White" /> &lt;/igtbl:UltraGridBand> &lt;igtbl:UltraGridBand BaseTableName="<span style="color:red">Orders</span>"> &lt;Columns> &lt;igtbl:UltraGridColumn Key="<span style="color:red">CustomerID</span>"> &lt;Header Caption="CustomerID" /> &lt;/igtbl:UltraGridColumn> &lt;igtbl:UltraGridColumn Key="ShipAddress"> &lt;Header Caption="ShipAddress" /> &lt;/igtbl:UltraGridColumn> &lt;igtbl:TemplatedColumn Width="150px" Key="Freight" DataType="System.Decimal"> &lt;CellTemplate> &lt;em style="FONT-SIZE: 9pt; FONT-FAMILY: Verdana">Freight&lt;/em>: &lt;asp:Label id="Label1" runat="server" BorderColor="#CCCCCC" Font-Names="Verdana" Font-Size="9pt" BorderWidth="1px" BorderStyle="Solid" BackColor="#666666" Width="90px" ForeColor="White">$ &lt;%# Container.Value %>&lt;/asp:Label> &lt;/CellTemplate> &lt;Header Caption="Freight" /> &lt;/igtbl:TemplatedColumn> : : &lt;/Columns> &lt;/igtbl:UltraGridBand> &lt;/Bands> &lt;/igtbl:UltraWebGrid></span>

Screenshots

Reviews

Submit a review