Home > Web Front-end > JS Tutorial > body text

JQuery FlexiGrid's perfect asp.net solution dotNetFlexGrid-.Net native asynchronous table control_jquery

WBOY
Release: 2016-05-16 18:19:45
Original
1607 people have browsed it

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

JQuery FlexiGrid's perfect asp.net solution dotNetFlexGrid-.Net native asynchronous table control_jquery

Application screenshot-tree and Grid linkage

JQuery FlexiGrid's perfect asp.net solution dotNetFlexGrid-.Net native asynchronous table control_jquery

Application screenshots - forms and dialog boxes

JQuery FlexiGrid's perfect asp.net solution dotNetFlexGrid-.Net native asynchronous table control_jquery

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

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!