Full editor WebGrid control lrcgrid (1) - overview
Lrcgrid is a full-edited Grid control, function, 嘿嘿, is the single table for SQLServerr: increase, delete, change, browse, sort, pagination (That "check", I wrote a million inquiry The control can be used in conjunction with the LrcGrid control, which increases, deletes, change, checks, browsing, sorting, paging, and is OK), etc. In a server control, when you use some properties, it is OK.
The LrcGrid control can be bracketd in the client, and switching from the browse mode to the edit mode is done on the client. So speed is still quite fast.
My LrcGrid control is from inheritable, which displays a row and column of the records and fields in the data source as a form.
The main features of the LrcGrid control are listed below:
Data Binding: Developers only set the selsql attribute of the control (SELECT statement) and the COLSSTR property (database connection string) control automatically query data from the database and generate UI Full edit: You can edit and column editing on the client, and SQL statement for the client generates update database Database updates: Generate updates and adding SQL statements in the client, unified update databases when submitted Sort: All columns are sorted Add: Add operations to the client, and Automatically generate an Insert statement inserted into the recorded SQL, uniform update database when submitted Delete: Delete data records Patement: Database end paging on the data content, especially for large database volume, all of which is only suitable for current The record of the page. Generating two navigation forms of paging navigation tool bars Foreign key column drop-down list Selection: For foreign key columns, the form of the list box is presented when updating and adding data, which is also implemented at the client.