[CLOSED] Making one row in gridpanel always editable

  1. #1

    [CLOSED] Making one row in gridpanel always editable

    Is there a way to make a row in a gridpanel always editable with textboxes shown? This is so user can easily tell the cells in that row is editable without having to click on it. I saw the examples for component column but that makes ALL rows editable.
    Last edited by Daniil; Sep 02, 2014 at 1:10 PM. Reason: [CLOSED]
  2. #2
    Hi @jchau,

    I don't think there is any other way except a ComponentColumn.

    but that makes ALL rows editable
    If return false from a ComponentColumn's BeforeBind handler for a specific row, then a Component is not shown for that row. Probably, it is what you need.

Similar Threads

  1. [CLOSED] Custom editable gridpanel
    By PoloTheMonk in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 03, 2014, 4:29 PM
  2. [CLOSED] Editable GridPanel
    By sisa in forum 2.x Legacy Premium Help
    Replies: 6
    Last Post: Mar 19, 2013, 7:35 AM
  3. Replies: 12
    Last Post: Sep 07, 2012, 2:42 PM
  4. Making controls disible by default in a editable grid
    By n_s_adhikari@rediffmail.com in forum 1.x Help
    Replies: 1
    Last Post: Sep 23, 2009, 5:42 PM
  5. [CLOSED] GridPanel Not editable
    By speedstepmem2 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Aug 26, 2009, 7:38 AM

Posting Permissions