[CLOSED] Editable Grid Panel - Razor

  1. #1

    [CLOSED] Editable Grid Panel - Razor

    Hi,

    http://forums.ext.net/showthread.php...ht=CellEditing

    Same issue I am facing now. Please provide me the exact razor syntax for this property.

    Thanks in advance.
    Last edited by Daniil; Aug 22, 2012 at 12:54 PM. Reason: [CLOSED]
  2. #2
    Hi,

    You are welcome.

    Example
    @(Html.X().GridPanel()    
        .Plugins(ps => 
            ps.Add(Html.X().CellEditing().ClicksToEdit(1))
        )
    )
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi,

    You are welcome.

    Example
    @(Html.X().GridPanel()    
        .Plugins(ps => 
            ps.Add(Html.X().CellEditing().ClicksToEdit(1))
        )
    )
    Thanks it is working fine.

Similar Threads

  1. Replies: 1
    Last Post: Oct 03, 2011, 10:51 AM
  2. Editable grid panel - Override css class
    By garag in forum 1.x Help
    Replies: 0
    Last Post: Sep 27, 2011, 1:10 PM
  3. Editable Grid Panel Cells Values
    By garag in forum 1.x Help
    Replies: 0
    Last Post: Sep 20, 2011, 3:29 PM
  4. Editable Grid Panel - AfterEdit event
    By garag in forum 1.x Help
    Replies: 1
    Last Post: Sep 19, 2011, 4:26 PM
  5. Editable Grid Panel with Combo box column
    By jigpatel06 in forum 1.x Help
    Replies: 1
    Last Post: Nov 03, 2010, 8:06 PM

Posting Permissions