Coder Social home page Coder Social logo

weiminye / jqgrid-asp.net-mvc Goto Github PK

View Code? Open in Web Editor NEW
19.0 19.0 7.0 1.49 MB

jqgrid-asp.net-mvc is a .dll file format library. It is for asp.net mvc programmer to easily and quickly accomplish work in using jqGrid in asp.net mvc. Our goal is let asp.net mvc programmer write the least code while using jqGrid. Our slogan is 'least code using jqGrid'. User Guide is here:

Home Page: http://yeah-technology.com/blog/weiminye/?p=281

License: GNU General Public License v3.0

C# 19.67% CSS 3.02% ASP 0.01% JavaScript 77.29%

jqgrid-asp.net-mvc's People

Contributors

weiminye avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

jqgrid-asp.net-mvc's Issues

Save code at Razor level not only at C# code level

If can write below code to instead of JavaScript at Razor should save a lots code

@(Html.Grid("basic")
.SetCaption("Basic Grid")
.AddColumn(new Column("Id")
.SetLabel("Id"))
.AddColumn(new Column("FirstName"))
.AddColumn(new Column("LastName"))
.AddColumn(new Column("City"))
.AddColumn(new Column("Zip"))
.SetUrl("/Home/IndexJsonList/")
.SetAutoWidth(true)
.SetRowNum(10)
.SetRowList(new int[]{10,15,20,50})
.SetViewRecords(true)
.SetPager("pager"))

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.