Skip to content
/ DTIGrid Public

.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.

License

Notifications You must be signed in to change notification settings

Micmaz/DTIGrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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" />

About

.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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published