[CLOSED] Inline Editing In Grid Panel using Asp.net MVC razor engine

  1. #1

    [CLOSED] Inline Editing In Grid Panel using Asp.net MVC razor engine

    Hi,

    I have a grid which contains edit link on each record, my requirement is when user click on edit link, the grid row should become editable & edit link should get hidden & Update and Cancel button should get displayed in place of edit.

    I have refer the below link, but it is in asp.net and my requirement is in ASP.net MVC that why i am unable to achieve the above functionality
    http://forums.ext.net/showthread.php...g-in-GridPanel

    So, can give me simple example in Asp.net MVC

    Please refer attachment for more details
    Attached Thumbnails Click image for larger version. 

Name:	Grid.png 
Views:	48 
Size:	17.2 KB 
ID:	6778  
    Last edited by Daniil; Aug 27, 2013 at 4:57 AM. Reason: [CLOSED]
  2. #2
    What exactly problems with MVC implementation do you have? MVC implementation should not be much different
    Also please see the following MVC sample
    http://mvc.ext.net/#/GridPanel_Compo...mn/Pin_Editor/
    Last edited by Vladimir; Aug 19, 2013 at 2:30 PM.
  3. #3
    Quote Originally Posted by Vladimir View Post
    What exactly problems with MVC implementation do you have? MVC implementation should be much different
    Also please see the following MVC sample
    http://mvc.ext.net/#/GridPanel_Compo...mn/Pin_Editor/
    Hi,

    I have tried pin editor example also, it worked to some extent, In pin editor when we move cursor on record, the edit option is appearing but my requirement is edit option should be visible permanently to user and after clicking on edit option, Update & Cancel option should get available.

    Please refer attachment in my previous post.

    Thanks
  4. #4
    my requirement is edit option should be visible permanently to user
    Just remove ".OverOnly(true)" for ComponentColumn (last column with button)

    after clicking on edit option, Update & Cancel option should get available.
    In this case, I can suggest RowEditor only because ComponentColumn editor updates record field immediately, like in the following sample
    http://mvc.ext.net/#/GridPanel_Update/Restful/

Similar Threads

  1. Replies: 2
    Last Post: Apr 01, 2013, 5:35 AM
  2. [CLOSED] Inline editing in GridPanel
    By vijay.sahu in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: Mar 21, 2013, 10:15 AM
  3. Razor engine in MVC 3
    By Dominik in forum Open Discussions
    Replies: 7
    Last Post: Jan 16, 2012, 9:46 AM
  4. [CLOSED] Grid panel Editing?
    By Etisbew in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Oct 01, 2009, 8:22 AM
  5. Inline Editing in a Grid using combobox
    By gido in forum 1.x Help
    Replies: 3
    Last Post: Sep 11, 2009, 6:55 AM

Posting Permissions