HomeCommunityControl GalleryForm ControlsSmartGrid

SmartGrid



Submit a Review

626 Downloads

7,985 Views


Description

SmartGrid 1.0 enhances the capabilities of the ASP.NET datagrid and helps you present data faster with less code.

Key Features:

  • Allow multiple selection by providing checkbox column, you can perform action to multiple rows with this feature.
  • Scrollable grid: allows you to display more data in limited screen space
  • Data Export features: just click the export all or export current page button, the data will be exported in the selected format (excel,html,text,csv,xml).
  • Automatic sorting and paging: no need to code the sorting logic,user can click the grid header to sort the field acscending or descending.
  • Automatic Tooltip: if one field is longer than the width of grid column, the text becomes truncated and the full text will be display in tooltips
  • Fully customizalbe "look and feel"

    Syntax Example

    <sc:SMARTGRID id="SmartGrid1" runat="server" AllowPaging="True" AllowMultiSelect="true" AllowExport="true" > </sc:SMARTGRID>

    Reviews

    Submit a review