1. #1
    Sencha User
    Join Date
    Jun 2011
    Location
    Warsaw, Poland
    Posts
    38
    Vote Rating
    1
    Answers
    1
    sasklacz is on a distinguished road

      0  

    Default Unanswered: Grid header extended over panel header

    Unanswered: Grid header extended over panel header


    I'd like to get header of a single column extend over panel header wrapped around it :

    todo.png

    Nothing I've tried so far worked. Neither position absolute, z-indexes etc. The only thing that comes to my mind is creating a dummy element and moving it in the correct position.

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    34,107
    Vote Rating
    453
    Answers
    3155
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    You only want one column header to extend?
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.

  3. #3
    Sencha User
    Join Date
    Jun 2011
    Location
    Warsaw, Poland
    Posts
    38
    Vote Rating
    1
    Answers
    1
    sasklacz is on a distinguished road

      0  

    Default


    I want to highlight the whole column (and to be able to do the same with all the columns), but if I'll have the header extended I think I'll manage to do the rest (as cells in column inherit id from header).

  4. #4
    Sencha User
    Join Date
    Jun 2011
    Location
    Warsaw, Poland
    Posts
    38
    Vote Rating
    1
    Answers
    1
    sasklacz is on a distinguished road

      0  

    Default


    would it change anything if I'd want only one column extended ?