Asp.Net Custom DataGrid WebControl

About Us

E-commerce

Website Design



Shopping Categories:



We love to hear from our users! Whether you have a technical question or suggestion. We take your questions, suggestions and any issues very seriously, and will try to do our best to assist you.


Helpful Links:




Asp.Net Custom DataGrid WebControl

Asp.Net Custom DataGrid WebControl


Asp.Net Custom DataGrid WebControl
SummarySKUPriceQuantity 

...

01-0004- $10.00




Live test: http://www.eodessa.com/dotnetgrid.aspx

Sorting
The DotNetGrid supports bidirectional data sorting

Summaries
The DotNetGrid can calculate summaries and display them within the grid,
grid summaries displayed at the base of the entire grid.
Regardless of which summary option you prefer, the following features are available to you:
-total page
-total rows

Exporting
Export the data to numerous formats such as XML, Excel etc with current UI layout such as visible columns, columns order, group columns etc.
 
Extensive Styles Support
Customize every single element of the grid through CSS, designer mode or programmatically. The carefully prepared layout can be saved or restored also using XML-based format file.


Record Focus, Scrolling and Paging
The DotNetGrid provides many declarative (property driven) options for controlling how navigation in the grid is managed,
giving developers fine grain control over how often the grid needs a server refresh as the user scrolls through the data.
Customizable Page Size.


Miscellaneous Features
DotNetGrid  is optimized for Microsoft® Visual Studio® .NET
Multiple row selection - available when the grid's BehaviorOptions.EnableMultiSelection option is active.
Cell Tooltips - available for cells that display truncated values within the grid.
Customizable grid lines - you can specify which grid lines are to be displayed via the GridLines property.


For more information on the DotNetGrid, feel free to contact us by Email at: .
 
 
Supported IDEs:
 
     Visual Studio .NET 2002 
     Visual Studio .NET 2003
     Visual Studio 2005
     Borland Delphi 8
     Borland Delphi 2005
     Borland Delphi 2006
     Borland C# Builder
 
 
Supported Browsers
 
  Internet Explorer 5.5 +
  Netscape 7 +
  Mozilla
  Mozilla Firefox

<%@ Page Language="C#" %>
<%@ Register TagPrefix="cc1" Namespace="eOdessa.UI" Assembly="DotNetGrid" %>
<form id="form1" runat="server">
<div>
<cc1:DotNetGrid ID="grid" runat="server" Connection="Provider=SQLOLEDB;server=servername;database=dbname;
uid=username;password=password;" SQL="select CountryID,Name,TwoLetterISOCode,DisplayOrder,LastUpdated from Country">
</cc1:DotNetGrid>
</div>
</form>