1. #1
    Ext User
    Join Date
    Jun 2009
    Posts
    19
    Vote Rating
    0
    gnaigaonkar is on a distinguished road

      0  

    Default Is there one way to add Buttons within a cloumn of a grid?

    Is there one way to add Buttons within a cloumn of a grid?


    I am trying to add buttons inside a column of a grid. I found a way to do it here: http://extjs.com/forum/showthread.php?t=68205

    However the button appears only when I click on the column and not at the time of initial rendering. So I would like to know if there is some way to overcome this and show buttons at startup itself.

    Thanks.

  2. #2
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,717
    Vote Rating
    107
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    Yes there is and this is also explained in the examples:

    http://www.extjs.com/examples-dev/ex...etrenderergrid

  3. #3
    Ext User
    Join Date
    Jun 2009
    Posts
    19
    Vote Rating
    0
    gnaigaonkar is on a distinguished road

      0  

    Default


    Thanks. But the source code for it isnt available. Would be great if you could point me to the same.

  4. #4
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,717
    Vote Rating
    107
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    It is available. At the bottom is a source tab for example.

  5. #5
    Ext User
    Join Date
    Jun 2009
    Posts
    19
    Vote Rating
    0
    gnaigaonkar is on a distinguished road

      0  

    Default


    Ohh I am sorry. I have been referring to examples where in the source tab is at the top and so failed to see this tab at the bottom.

    Thanks again.