Is MVC WebGrid open source?

Is MVC WebGrid open source? If so, where can I find the source code.

In the current version of WebGrid there is practically no documentation, incomplete implementation, etc.

I am trying to do a simple thing like adding a visibility property to WebGrid.Column () in a view, but this is not possible

+4
source share
1 answer

You can download the source code for ASP.NET MVC 3 and there is a WebGrid source inside you. After unzipping, you will find it inside the webpages/src/System.Web.Helpers/WebGrid/WebGrid.cs .

Good luck changing it :-) (1104 lines in one source code file)

+7
source

Source: https://habr.com/ru/post/1344971/


All Articles