[CLOSED] GridPanel RowEditing Feature

  1. #1

    [CLOSED] GridPanel RowEditing Feature

    Hello,

    I'm unable to add the RowEditing feature to my GridPanel. Please see the below example:

            a.Add(Html.X().GridPanel()
                .Title("Users")
                .Features(feature =>
                    feature.Add(Html.X().RowEditing())
                )
            )
    Any suggestions?

    I'm using the latest build from SVN.

    Cheers,
    Timothy Grant Vogelsang
    Last edited by Daniil; May 03, 2012 at 8:50 PM. Reason: [CLOSED]
  2. #2
    RowEditing is not feature, it is plugin. So, it must be added to Plugins
  3. #3
    Quote Originally Posted by Vladimir View Post
    RowEditing is not feature, it is plugin. So, it must be added to Plugins
    Thanks, I guess I got confused with the ChangeLog:

    
    44.  RowEditor plugin has been removed.	 Use GridPanel RowEditing Feature.
    Cheers
  4. #4
    Thank you for pointing that. We will fix change log
  5. #5
    Yes, it was Feature in some of initial ExtJS 4 release, but became Plugin. Just to clarify.
  6. #6
    Thanks, please mark as closed.

    Cheers,
    Timothy

Similar Threads

  1. [CLOSED] V2.0 beta RowEditing & ClicksToEdit
    By Aurelio in forum 2.x Legacy Premium Help
    Replies: 6
    Last Post: Sep 29, 2014, 3:46 PM
  2. [OPEN] [#103] RowEditing Plugin - Format bug?
    By adelaney in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: Dec 29, 2012, 6:57 AM
  3. [CLOSED] RowEditing Save Button
    By adelaney in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Jun 17, 2012, 6:57 PM
  4. [CLOSED] Grid RowEditing Plugin - Height
    By adelaney in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 13, 2012, 9:00 PM
  5. Replies: 0
    Last Post: Apr 14, 2011, 7:10 AM

Posting Permissions