[CLOSED] Custom editable gridpanel

  1. #1

    [CLOSED] Custom editable gridpanel

    Hi,
    I have a specific target; I must create a "custom grid" handler like figure attached;
    is it possible and in affermative case how ?

    Please note that on some rows (1-3-7-9) all columns are "editable" while on other rows (5-6-8) only some columns (different) are "editable"!!!
    Further there are rows that are not editable

    Thanks so much
    Polo
    Attached Thumbnails Click image for larger version. 

Name:	grid.jpg 
Views:	14 
Size:	53.9 KB 
ID:	11791  
    Last edited by Daniil; Jun 10, 2014 at 5:19 AM. Reason: [CLOSED]
  2. #2
    Hi @PoloTheMonk

    To show fields/editors in cells, please use a ComponentColumn.
    https://examples2.ext.net/#/GridPane...Column/Editor/

    Not to show a ComponentColumn's Component for a specific cell, you should return false from a ComponentColumn's BeforeBind listener.
  3. #3
    Hi Danil,
    thanks for your fast suggestion; I try it!!!

    Bye


    Quote Originally Posted by Daniil View Post
    Hi @PoloTheMonk

    To show fields/editors in cells, please use a ComponentColumn.
    https://examples2.ext.net/#/GridPane...Column/Editor/

    Not to show a ComponentColumn's Component for a specific cell, you should return false from a ComponentColumn's BeforeBind listener.

Similar Threads

  1. [CLOSED] Editable GridPanel
    By sisa in forum 2.x Legacy Premium Help
    Replies: 6
    Last Post: Mar 19, 2013, 7:35 AM
  2. Replies: 12
    Last Post: Sep 07, 2012, 2:42 PM
  3. Replies: 4
    Last Post: Aug 17, 2011, 2:38 PM
  4. Replies: 1
    Last Post: Aug 17, 2011, 1:35 PM
  5. editable grid and custom validation with regular expression
    By n_s_adhikari@rediffmail.com in forum 1.x Help
    Replies: 0
    Last Post: Sep 24, 2009, 5:08 PM

Posting Permissions