Using jqGrid with asp.net web forms (free version)

I use Asp.net web forms, I used this jqGrid example earlier , which is not free, I realized it later, now that the confusion has been cleared, now I have to use the open source jqGrid version, since I will not choose for commercial, can someone give me links to get started with jqGrid and Asp.Net Web forms, it would be really cool if someone gave an example that will show free columns from the sample table in jqGrid, I found several articles on the Internet, but could not understand how it works. Any suggestions are welcome. Thank.

+3
source share
1 answer

I think that working Visual Studio demo projects can help you mostly.

The demo from the answer uses the ASHX handler in the ASP.NET Web Application Form. It uses only the free open source jqGrid package , which consists only of JavaScript code. The latest version of the source code that you can download from github .

Another demonstration from the answer uses the ASHX handler in the ASP.NET Web application form too. It shows how to implement mesh editing.

, , jqGrid. , ASHX - ASP.NET . , , . , Entity Framework, LINQ to SQL, , SqlCommand SqlDataReader.

, , , ASP.NET MVC (. , , . , , Excel .. ASHX ASP.NET Web Form.

+5

All Articles