hello,
i'm trying to develop a web application, currently with MVC3 and razor syntax.
I will try to transform a windows forms application with full infragistics grid functionality (column chooser / column size moving / column shifting / filtering / adding / deleting / updating).
I tried JQuery, webdatagrid, webgrid etc ... in MVC. However, I found no situable documentation, where I can find a solution of how to include such grid functions that I have in an ultrawingrid. in MVC I have no code behind ... only controller classes ...
do you have an idea and maybe a runnable sample where I can see how this functions are implemented in a web application ?
thanks in advance.
Hello,
I am just following up to see if you have any assistance with this matter.
Due to .NET CLR (Common Language Runtime) support you can still use the “JSON.cs” in your project and use that class in your controller. I would recommend you to search the below website to find JSON parser for VB.NET if needed:
<http://www.json.org/>
I hope this helps.
thank you, the example runs in mycase.
however, could you please send me the class "Json" in Visual Basic.Net (Json.vb).
I tried to convert, however the decode function always returns nothing.
Thank you.
Hi TobiasRueger,
I have created a sample based on the video and attached model, View and Controller along with Database. You can also download “NorthWind” database from the Microsoft on the below link:
<http://www.microsoft.com/en-us/download/details.aspx?id=23654>
thanks again.
could you please send me the datasource of the following infragistics video for CRUD in igGrid.
http://ko.infragistics.com/products/jquery/grid/videos/iggrid-crud
I could not get the sample code from the author of this video.
thanks.