dotNetFlexGrid is an asp.net native asynchronous table control. Its predecessor is the Jquery FlexiGrid plug-in. We have refactored most of the Javascript code of FlexiGrid to make it work more efficiently and have fewer bugs; at the same time, it Encapsulated as dotNet control, providing simple and easy use.
dotNetFlexGrid expands and optimizes the original functions of FlexiGrid and provides more targeted functions. Using dotNetFlexGrid, your users can easily have the following functions
- Provide an easy way to adjust the table column width by yourself
- Adjust the size of the table according to the actual situation
- Sort on the appropriate column
- Easy to use pager
- Select the table columns you want to see
- Quick query outside the form, the interface is simple and efficient.
- The first column provides radio buttons, providing the functions of selecting all and deselecting all.
- All operations are based on the Ajax asynchronous model, and the page no longer needs to be refreshed.
At the same time, we provide Asp.net developers with a new list data processing solution. Compared with Asp.net GridView or other table controls, using dotNetFlexGrid can easily obtain the above functions and improve the user experience; at the same time, developers can more Happy to see
- Concise and convenient encapsulation, you can complete all codes for asynchronous operations on the same page. (for dotNetFlexGrid)
- The entire Grid is submitted as part of the form and you can use it like a ListBox.
- The concise calling mechanism basically only requires one background method to complete functions such as sorting, querying, filtering, paging, etc.
- Rich client events and methods, through simple Javascript code, you can easily complete the effects of asynchronous refresh, add, modify, and delete rows without re-refreshing the page (or even re-acquiring data).
- Execute code efficiently, the application of AJAX makes your program more efficient than ever.
Application screenshot-dual form linkage
Application screenshot-tree and Grid linkage
Application screenshots - forms and dialog boxes
For source code and demo downloads, please visit the download link at the top of the homepage.
Giving a man a fish is worse than giving him a tool. JQuery FlexiGrid asp.net is the perfect solution - the open source project dotNetFlexGrid to build fast Ajax applications. This article is original by Hua Lei, dotNetFlexGrid for asp.net is Hua Lei's open source work.
Codeplex.com project homepage
http://dotnetflexgrid.codeplex.com/
dotNetFlexGrid v1.1 Script Home package download
Source code download
Sample program project
Document download
dotNetFlexGrid 1.2beta