extjs4 - How to fix horizontal scrollbar fixed in extjs grid? -


my grid has lot of vertical data increases height of grid. , move horizontally i.e move horizontal scroll bar need first move vertical scroll bar low below , move horizontal bar , again vertical bar see top records.

is there way horizontal bar visible i.e fixed.so dont need go further down.

if thing in page grid, cantry adding grid viewport.

 var _viewport = new ext.viewport({         layout: 'fit',         items: grid,         renderto: ext.getbody()     }); 

regards.


Comments

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -