1. #1
    Sencha User
    Join Date
    Aug 2011
    Posts
    1
    Vote Rating
    0
    Gironimo is on a distinguished road

      0  

    Question Unanswered: Render Rows in Grid differently

    Unanswered: Render Rows in Grid differently


    Hi,

    is it possible (and how) to render specific rows differently in a grid.Panel/grid.View?

    In detail I want to render some rows as ONE field spanning over all columns (like a header), depending on the current data item. Additonally, cell editing should also be possible on this row.

    Similar to the Ext.grid.feature.RowBody, but this displays an additional row but I need to change the current row.

    Could anybody please give me a hint? Despite spending hours of searching I could not found a solution.

    thx

  2. #2
    Sencha - Community Support Team mankz's Avatar
    Join Date
    Nov 2007
    Location
    Helsingborg, Sweden
    Posts
    2,454
    Vote Rating
    48
    Answers
    29
    mankz is a jewel in the rough mankz is a jewel in the rough mankz is a jewel in the rough

      0  

    Default


    This will not be trivial as the current grid is not designed to handle it. You could try changing the row template to allow for colSpan to be set. You would likely also need to modify the cell editing plugin. Definitely possible though

Tags for this Thread