.NET Data grid for fast editing. Add the grid, give it a table name and it will add/update/delete. Includes searching and paging. Uses free-jqgrid.


Keywords
Data, Grid, Datagrid, jqgrid, DataCentric, WebForms, Jquery, JqueryUI, DTI, CRUD, DTIGrid
License
MIT
Install
Install-Package DTIGrid.dll -Version 1.0.18

Documentation

DTIGrid

.NET Data grid for fast editing. Add the grid give it a table name and add/update/delete. Includes searching and paging. Uses free-jqgrid.

Usage: (Editing a table called "Locations". The project connection string is used if it is named "ConnectionString")

    <%@ Register Assembly="DTIGrid" Namespace="DTIGrid" TagPrefix="DTIGrid" %>
    <DTIGrid:DTIDataGrid ID="DTIDataGrid1" runat="server" DataTableName="Locations" EnableEditing="True"
    Width="100%" EnablePaging="True" EnableSorting="True" EnableSearching="True" />