MVC 3 WebGrid - is inline editing possible? - asp.net-mvc-3

Has anyone implemented inline editing using the MVC 3 WebGrid helper? I've done a lot of searching on the topic, but haven't found much in the way of suggestions. Also, I'm not in the position of using other 3rd party or open source grids.
Thanks in advance!

There doesn't seem to be a solution for inline editing with the WebGrid, but given that it's open source and you seem to have a specific requirement I suggest you write some inline editing functionality. You could then contribute this back to the community and end up helping other developers with this requirement.
Mike Brind has an article on creating a popup edit from WebGrid
If you don't have the time or inclination then I strongly suggest either;
jqGrid
Telerik MVC Grid

You can add inline editing capability to the WebGrid quite easily. I have written an article about it here: http://www.mikesdotnetting.com/Article/202/Inline-Editing-With-The-WebGrid

Related

JQGrid with Rich Text column

I'm building a JQGrid based solution for my SharePoint 2010 site and need help in incorporating a RichText inline editing functionality for one of the column. Most the examples are pertaining to plain text and didn't come across anything with RTE option.
Thanks in advance for your help!

JqGrid navigation button function

How can I implement this?
How can I add a textbox and label and save it to the database? I'm using MVC3.
As your question is pretty general I can only offer some links to large sample projects:
jqGrid in ASP.NET MVC 3 and Razor
jqGrid in ASP.NET MVC - Strongly typed helper
The "Form Editing" functionality is covered in both, so you should find what you are looking for. If not please provide some more details to your question.

in telerk mvc grid, editing and inserting scenarioes with AJAX binding of complex objects

In Telerik documentation we must use server binding when binding complex objects.
How can we activating Insertion and Editing mode in Telerik mvc grid with ajax binding of complex objects?
how we can customize the whole of insert form and edit form
ie. drawing drop down lists for properties of reference types
thanks in advance
How about using server edit template for that, is it applicable? I crawled the online MVC demos on their site and hit upon this one.
I found a solution.
I am using Client Edit Templates for this scenario but there is a problem in the ScriptRegisterar I think, the problem related to registering Telerik DropDown javascript files.
I made initial solution which is to add a line of code to the ScriptRegisterar to explicit register the javascript file "telerik.list.js"
OR add a dummy Telerik DropDown list in the same page where you want it to appear in the grid, and you have to hide it using css.
This is a bug in the final version of telerik 2010.3.1110
Telerik has released the hotfix for this bug in the version 2010.3.1111
check the link and download the hotfix:
http://www.telerik.com/community/forums/aspnet-mvc/grid/script-registrar-not-loading-scripts-for-controls-used-in-client-templates.aspx

how to perform edit in mvc contrb grid

hi,
please tell me how can i perform editing in mvc contrib grid itself without opening a seperate view for that
thanks in advance
You will need to right the javascript to handle that. Right now the MVC contrib doesn't support in-line editing. I have been using Telerik's MVC grid which has in-line editing and it works pretty good. You might want to check that control to see if it will meet you needs.

Telerik RadGrid working examples

I'm looking for some examples of production websites that currently use the Telerik Rad Grid. I'd really like to see some real world scenarios in action, other than the Telerik RadGrid demo. Does anyone know of any websites that use it?
This article from their website says that MSDN, TechNet, and CodePlex websites are using pieces of their components.
"Microsoft has chosen to implement RadEditor in the Wiki Annotation Editor...[and] all Project Discussion pages, becoming the custom inline editor."
Here is one for you... The first tab uses the RadGrid control and the second tab uses the RadScheduler control...
[link redacted per request of site owner]
I will post blog on this later to demonstrate
There are some case studies on their website. like for winforms, asp.net ajax etc.
Most controls like that are used in internal webapps. It is hard to provide public facing examples of sites using DataGrid-like at all(not impossible, just rare), let alone by one vendor on one platform.

Resources