1. #1
    Sencha User
    Join Date
    Feb 2012
    Posts
    26
    Vote Rating
    0
    Syntona is on a distinguished road

      0  

    Default Unanswered: Column Lock in Ext.ux.touch.grid?

    Unanswered: Column Lock in Ext.ux.touch.grid?


    Do we have column lock functionality in the Ext.ux.touch.grid provided by Mitchell Simoens?

    I wanted to have grid with first column lock in horizontal scrolling.

    Any ideas/suggestion?

    Thanks in advance.

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,714
    Vote Rating
    436
    Answers
    3113
    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


    Not currently but I will be working on that next. Currently you can have two grids next to each other.
    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
    Feb 2012
    Posts
    26
    Vote Rating
    0
    Syntona is on a distinguished road

      0  

    Default How to pin 2 grid to make it look like 1 report with 1st column locked

    How to pin 2 grid to make it look like 1 report with 1st column locked


    Hi,

    Thanks for the suggestion.
    I tried that way and it is working correctly. I put 2 grid in carousel and added a function to scroll together vertically.

    However the second grid can scroll horizontally. When i move it right i can see that it is 2 different grid and can not bind together(like staple).

    In debugger i can see when i drag 2nd grid, its x position at scrollTo: function is -ve.

    Could you please suggest how to stop grid2 in -ve direction so that it will always pinned (and looked like grid1 is 1st column and locked)?


    Thanks in advance