Fixed checkbox column in EXTJS panel -


team,

is aware of disabling horizontal scroll on checkbox column remain fixed , other column's scroll working.

i tried

     bodystyle:'overflowy: auto',       autoscroll:false,       setautoscroll:false, 

on particular checkboxselectionmodel , try override property it's not working.

i'm using extjs 4.0

example: http://2.bp.blogspot.com/-a7a-q_ni5v0/urlau_s2bwi/aaaaaaaaac8/glkj4fjvz5e/s1600/chkbox_grid1.png

see image i'm talking checkbox column, , on note remove scroll property on particular column.

i think looking

lockable: if grid configured enablelocking, or has columns configured locked value, option may used disable user-driven locking or unlocking of column. column remain in side own locked configuration placed it.

locked: true lock column in place. implicitly enables locking on grid. see ext.grid.panel.enablelocking.

link documentation: ext 5.0

and here sample: http://dev.sencha.com/deploy/ext-4.0.0/examples/grid/locking-grid.html


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -